#96EF5D

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

Shades of Conifer #96EF5D

Tints of Conifer #96EF5D

Color information

#96EF5D (or 0x96EF5D) is unknown color: approx Conifer. HEX triplet: 96, EF and 5D. RGB value is (150,239,93). Sum of RGB (Red+Green+Blue) = 150+239+93=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EF5D is #6910A2. Grayscale: #C4C4C4. Windows color (decimal): -6885539 or 6156182. OLE color: 6156182.

HSL color Cylindrical-coordinate representation of color #96EF5D: hue angle of 96.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96EF5D is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB15023993-
CMYK0.3700.610.06
HSL96.58º82.02%65.1%-
HSV(B)96.58º61.09%93.73%-
XYZ45.4269.0121.28-
YUV195.7470.0195.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 239 (93.75% from 255) = 49.59%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=31.12%
G=49.59%
B=19.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239930.3700.610.0696.5882.0265.1
Hex96EF5D2503D6615241
Octal226357135450756141122101
Binary100101101110111110111011001010111101110110000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,239,93); }

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

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

 a { background-color: rgb(150,239,93); }

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

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

 span { border-color: rgb(150,239,93); }

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