#99DF60

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

Shades of Conifer #99DF60

Tints of Conifer #99DF60

Color information

#99DF60 (or 0x99DF60) is unknown color: approx Conifer. HEX triplet: 99, DF and 60. RGB value is (153,223,96). Sum of RGB (Red+Green+Blue) = 153+223+96=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF60 is #66209F. Grayscale: #BCBCBC. Windows color (decimal): -6693024 or 6348697. OLE color: 6348697.

HSL color Cylindrical-coordinate representation of color #99DF60: hue angle of 93.07º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99DF60 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB15322396-
CMYK0.3100.570.13
HSL93.07º66.49%62.55%-
HSV(B)93.07º56.95%87.45%-
XYZ41.6460.3920.53-
YUV187.5976.31103.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 223 (87.5% from 255) = 47.25%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=32.42%
G=47.25%
B=20.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153223960.3100.570.1393.0766.4962.55
Hex99DF601F039D5d423f
Octal231337140370711513510277
Binary10011001110111111100000111110111001110110111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DF60; }

 p { color: rgb(153,223,96); }

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

<style>
 a { background-color: #99DF60; }

 a { background-color: rgb(153,223,96); }

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

<style>
 span { border-color: #99DF60; }

 span { border-color: rgb(153,223,96); }

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