#96F255

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

Shades of Conifer #96F255

Tints of Conifer #96F255

Color information

#96F255 (or 0x96F255) is unknown color: approx Conifer. HEX triplet: 96, F2 and 55. RGB value is (150,242,85). Sum of RGB (Red+Green+Blue) = 150+242+85=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #96F255 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F255 is #690DAA. Grayscale: #C5C5C5. Windows color (decimal): -6884779 or 5632662. OLE color: 5632662.

HSL color Cylindrical-coordinate representation of color #96F255: hue angle of 95.16º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96F255 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB15024285-
CMYK0.3800.650.05
HSL95.16º85.79%64.12%-
HSV(B)95.16º64.88%94.9%-
XYZ45.9770.6419.81-
YUV196.5965.0294.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 242 (94.92% from 255) = 50.73%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=31.45%
G=50.73%
B=17.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150242850.3800.650.0595.1685.7964.12
Hex96F2552604155f5640
Octal2263621254601015137126100
Binary1001011011110010101010110011001000001101101111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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