#99DD61

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

Shades of Conifer #99DD61

Tints of Conifer #99DD61

Color information

#99DD61 (or 0x99DD61) is unknown color: approx Conifer. HEX triplet: 99, DD and 61. RGB value is (153,221,97). Sum of RGB (Red+Green+Blue) = 153+221+97=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD61 is #66229E. Grayscale: #BABABA. Windows color (decimal): -6693535 or 6413721. OLE color: 6413721.

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

Color convert

RGB15322197-
CMYK0.3100.560.13
HSL92.9º64.58%62.35%-
HSV(B)92.9º56.11%86.67%-
XYZ41.1559.3520.6-
YUV186.5377.47104.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=32.48%
G=46.92%
B=20.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153221970.3100.560.1392.964.5862.35
Hex99DD611F038D5d413e
Octal231335141370701513510176
Binary10011001110111011100001111110111000110110111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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