#99DB5F

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

Shades of Conifer #99DB5F

Tints of Conifer #99DB5F

Color information

#99DB5F (or 0x99DB5F) is unknown color: approx Conifer. HEX triplet: 99, DB and 5F. RGB value is (153,219,95). Sum of RGB (Red+Green+Blue) = 153+219+95=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB5F is #6624A0. Grayscale: #B9B9B9. Windows color (decimal): -6694049 or 6282137. OLE color: 6282137.

HSL color Cylindrical-coordinate representation of color #99DB5F: hue angle of 91.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99DB5F is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB15321995-
CMYK0.3000.570.14
HSL91.94º63.27%61.57%-
HSV(B)91.94º56.62%85.88%-
XYZ40.5358.2619.94-
YUV185.1377.13105.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 219 (85.94% from 255) = 46.90%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=32.76%
G=46.90%
B=20.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153219950.3000.570.1491.9463.2761.57
Hex99DB5F1E039E5c3f3e
Octal23133313736071161347776
Binary1001100111011011101111111110011100111101011100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,95); }

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

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

 a { background-color: rgb(153,219,95); }

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

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

 span { border-color: rgb(153,219,95); }

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