Html Css Color HEX #99D205 Citrus

📋 copy color: '#99D205'

red 153 ◦ green 210 ◦ blue 5

#99D205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #99D205

Tints of Citrus #99D205

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 41.58%
G = 57.07%
B = 1.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#99D205 (or 0x99D205) is known color: Citrus. HEX triplet: 99, D2 and 05. RGB value is (153,210,5). Sum of RGB (Red+Green+Blue) = 153+210+5=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #99D205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D205 is #662DFA. Grayscale: #AAAAAA. Windows color (decimal): -6696443 or 381593. OLE color: 381593.

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

Color convert

RGB 153 210 5 -
CMYK 0.27 0 0.98 0.18
HSL 76.68º 0.95% 0.42% -
HSV(B) 76.68º 0.98% 0.82% -
XYZ 36.21 52.88 8.44 -
YUV 169.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 153 210 5 0.27 0 0.98 0.18 76.68 0.95 0.42
Hex 99 D2 5 1B 0 62 12 4D 5F 2A
Octal 231 322 5 33 0 142 22 115 137 52
Binary 10011001 11010010 101 11011 0 1100010 10010 1001101 1011111 101010

Color Harmonies of #99D205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D205

Black with #99D205

Text Example


Text Example

White with #99D205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99D205;
 }
 .AnyTagClassName
 {
   color: #99D205;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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