#96E761

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

Shades of Conifer #96E761

Tints of Conifer #96E761

Color information

#96E761 (or 0x96E761) is unknown color: approx Conifer. HEX triplet: 96, E7 and 61. RGB value is (150,231,97). Sum of RGB (Red+Green+Blue) = 150+231+97=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #96E761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E761 is #69189E. Grayscale: #BFBFBF. Windows color (decimal): -6887583 or 6416278. OLE color: 6416278.

HSL color Cylindrical-coordinate representation of color #96E761: hue angle of 96.27º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96E761 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB15023197-
CMYK0.3500.580.09
HSL96.27º73.63%64.31%-
HSV(B)96.27º58.01%90.59%-
XYZ43.3164.521.48-
YUV191.574.6698.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 231 (90.62% from 255) = 48.33%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=31.38%
G=48.33%
B=20.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150231970.3500.580.0996.2773.6364.31
Hex96E7612303A9604a40
Octal2263471414307211140112100
Binary1001011011100111110000110001101110101001110000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,97); }

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

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

 a { background-color: rgb(150,231,97); }

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

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

 span { border-color: rgb(150,231,97); }

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