#96E655

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

Shades of Conifer #96E655

Tints of Conifer #96E655

Color information

#96E655 (or 0x96E655) is unknown color: approx Conifer. HEX triplet: 96, E6 and 55. RGB value is (150,230,85). Sum of RGB (Red+Green+Blue) = 150+230+85=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #96E655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E655 is #6919AA. Grayscale: #BEBEBE. Windows color (decimal): -6887851 or 5629590. OLE color: 5629590.

HSL color Cylindrical-coordinate representation of color #96E655: hue angle of 93.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96E655 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB15023085-
CMYK0.3500.630.10
HSL93.1º74.36%61.76%-
HSV(B)93.1º63.04%90.2%-
XYZ42.5163.7318.66-
YUV189.556999.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 230 (90.23% from 255) = 49.46%
BLUE value IS 85 (33.59% from 255) = 18.28%
R=32.26%
G=49.46%
B=18.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal150230850.3500.630.1093.174.3661.76
Hex96E6552303FA5d4a3e
Octal226346125430771213511276
Binary100101101110011010101011000110111111101010111011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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