#99DD55

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

Shades of Conifer #99DD55

Tints of Conifer #99DD55

Color information

#99DD55 (or 0x99DD55) is unknown color: approx Conifer. HEX triplet: 99, DD and 55. RGB value is (153,221,85). Sum of RGB (Red+Green+Blue) = 153+221+85=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD55 is #6622AA. Grayscale: #B9B9B9. Windows color (decimal): -6693547 or 5627289. OLE color: 5627289.

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

Color convert

RGB15322185-
CMYK0.3100.620.13
HSL90º66.67%60%-
HSV(B)90º61.54%86.67%-
XYZ40.6359.1417.87-
YUV185.1671.47105.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=33.33%
G=48.15%
B=18.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153221850.3100.620.139066.6760
Hex99DD551F03ED5a433c
Octal231335125370761513210374
Binary10011001110111011010101111110111110110110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,221,85); }

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

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

 a { background-color: rgb(153,221,85); }

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

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

 span { border-color: rgb(153,221,85); }

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