#96EE56

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

Shades of Conifer #96EE56

Tints of Conifer #96EE56

Color information

#96EE56 (or 0x96EE56) is unknown color: approx Conifer. HEX triplet: 96, EE and 56. RGB value is (150,238,86). Sum of RGB (Red+Green+Blue) = 150+238+86=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE56 is #6911A9. Grayscale: #C2C2C2. Windows color (decimal): -6885802 or 5697174. OLE color: 5697174.

HSL color Cylindrical-coordinate representation of color #96EE56: hue angle of 94.74º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96EE56 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB15023886-
CMYK0.3700.640.07
HSL94.74º81.72%63.53%-
HSV(B)94.74º63.87%93.33%-
XYZ44.8368.319.63-
YUV194.3666.8596.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 238 (93.36% from 255) = 50.21%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=31.65%
G=50.21%
B=18.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150238860.3700.640.0794.7481.7263.53
Hex96EE562504075f5240
Octal2263561264501007137122100
Binary1001011011101110101011010010101000000111101111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,86); }

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

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

 a { background-color: rgb(150,238,86); }

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

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

 span { border-color: rgb(150,238,86); }

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