#96DB55

Color #96DB55 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #96DB55

Tints of Conifer #96DB55

Color information

#96DB55 (or 0x96DB55) is unknown color: approx Conifer. HEX triplet: 96, DB and 55. RGB value is (150,219,85). Sum of RGB (Red+Green+Blue) = 150+219+85=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB55 is #6924AA. Grayscale: #B7B7B7. Windows color (decimal): -6890667 or 5626774. OLE color: 5626774.

HSL color Cylindrical-coordinate representation of color #96DB55: hue angle of 90.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96DB55 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB15021985-
CMYK0.3200.610.14
HSL90.9º65.05%59.61%-
HSV(B)90.9º61.19%85.88%-
XYZ39.5557.817.67-
YUV183.0972.64104.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=33.04%
G=48.24%
B=18.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150219850.3200.610.1490.965.0559.61
Hex96DB552003DE5b413c
Octal226333125400751613310174
Binary100101101101101110101011000000111101111010110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DB55; }

 p { color: rgb(150,219,85); }

 H1.HeaderClassName
 {
   color: #96DB55;
 }
 .AnyTagClassName
 {
   color: #96DB55;
 }
</style>
background-color css

<style>
 a { background-color: #96DB55; }

 a { background-color: rgb(150,219,85); }

 div.DivClassName
 {
   background-color: #96DB55;
 }
 .BgClassName
 {
   background-color: #96DB55;
 }
</style>
border-color css

<style>
 span { border-color: #96DB55; }

 span { border-color: rgb(150,219,85); }

 td.TdClassName
 {
   border-color: #96DB55;
 }
 .TagClassName
 {
   border-color: #96DB55;
 }
</style>