#96F752

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

Shades of Conifer #96F752

Tints of Conifer #96F752

Color information

#96F752 (or 0x96F752) is unknown color: approx Conifer. HEX triplet: 96, F7 and 52. RGB value is (150,247,82). Sum of RGB (Red+Green+Blue) = 150+247+82=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #96F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F752 is #6908AD. Grayscale: #C7C7C7. Windows color (decimal): -6883502 or 5437334. OLE color: 5437334.

HSL color Cylindrical-coordinate representation of color #96F752: hue angle of 95.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96F752 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB15024782-
CMYK0.3900.670.03
HSL95.27º91.16%64.51%-
HSV(B)95.27º66.8%96.86%-
XYZ47.3673.6119.7-
YUV199.1961.8692.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 247 (96.88% from 255) = 51.57%
BLUE value IS 82 (32.42% from 255) = 17.12%
R=31.32%
G=51.57%
B=17.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal150247820.3900.670.0395.2791.1664.51
Hex96F7522704335f5b41
Octal2263671224701033137133101
Binary100101101111011110100101001110100001111101111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,247,82); }

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

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

 a { background-color: rgb(150,247,82); }

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

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

 span { border-color: rgb(150,247,82); }

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