#99DF50

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

Shades of Conifer #99DF50

Tints of Conifer #99DF50

Color information

#99DF50 (or 0x99DF50) is unknown color: approx Conifer. HEX triplet: 99, DF and 50. RGB value is (153,223,80). Sum of RGB (Red+Green+Blue) = 153+223+80=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF50 is #6620AF. Grayscale: #BABABA. Windows color (decimal): -6693040 or 5300121. OLE color: 5300121.

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

Color convert

RGB15322380-
CMYK0.3100.640.13
HSL89.37º69.08%59.41%-
HSV(B)89.37º64.13%87.45%-
XYZ40.9760.1317.04-
YUV185.7768.31104.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 223 (87.5% from 255) = 48.90%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=33.55%
G=48.90%
B=17.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153223800.3100.640.1389.3769.0859.41
Hex99DF501F040D59453b
Octal2313371203701001513110573
Binary100110011101111110100001111101000000110110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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