#99D208

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

Shades of Citrus #99D208

Tints of Citrus #99D208

Color information

#99D208 (or 0x99D208) is unknown color: approx Citrus. HEX triplet: 99, D2 and 08. RGB value is (153,210,8). Sum of RGB (Red+Green+Blue) = 153+210+8=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #99D208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D208 is #662DF7. Grayscale: #AAAAAA. Windows color (decimal): -6696440 or 578201. OLE color: 578201.

HSL color Cylindrical-coordinate representation of color #99D208: hue angle of 76.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99D208 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB1532108-
CMYK0.2700.960.18
HSL76.93º92.66%42.75%-
HSV(B)76.93º96.19%82.35%-
XYZ36.2352.888.53-
YUV169.9336.62115.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 210 (82.42% from 255) = 56.60%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=41.24%
G=56.60%
B=2.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15321080.2700.960.1876.9392.6642.75
Hex99D281B060124d5d2b
Octal231322103301402211513553
Binary1001100111010010100011011011000001001010011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,210,8); }

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

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

 a { background-color: rgb(153,210,8); }

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

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

 span { border-color: rgb(153,210,8); }

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