#99DA55

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

Shades of Conifer #99DA55

Tints of Conifer #99DA55

Color information

#99DA55 (or 0x99DA55) is unknown color: approx Conifer. HEX triplet: 99, DA and 55. RGB value is (153,218,85). Sum of RGB (Red+Green+Blue) = 153+218+85=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA55 is #6625AA. Grayscale: #B7B7B7. Windows color (decimal): -6694315 or 5626521. OLE color: 5626521.

HSL color Cylindrical-coordinate representation of color #99DA55: hue angle of 89.32º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99DA55 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB15321885-
CMYK0.3000.610.15
HSL89.32º64.25%59.41%-
HSV(B)89.32º61.01%85.49%-
XYZ39.8557.5717.61-
YUV183.472.47106.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 218 (85.55% from 255) = 47.81%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=33.55%
G=47.81%
B=18.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153218850.3000.610.1589.3264.2559.41
Hex99DA551E03DF59403b
Octal231332125360751713110073
Binary10011001110110101010101111100111101111110110011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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