Html Css Color HEX #99C802 Citrus

📋 copy color: '#99C802'

red 153 ◦ green 200 ◦ blue 2

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

Shades of Citrus #99C802

Tints of Citrus #99C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.34%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 43.1%
G = 56.34%
B = 0.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#99C802 (or 0x99C802) is known color: Citrus. HEX triplet: 99, C8 and 02. RGB value is (153,200,2). Sum of RGB (Red+Green+Blue) = 153+200+2=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #99C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C802 is #6637FD. Grayscale: #A4A4A4. Windows color (decimal): -6699006 or 182425. OLE color: 182425.

HSL color Cylindrical-coordinate representation of color #99C802: hue angle of 74.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99C802 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 200 2 -
CMYK 0.24 0 0.99 0.22
HSL 74.24º 0.98% 0.4% -
HSV(B) 74.24º 0.99% 0.78% -
XYZ 33.8 48.09 7.56 -
YUV 163.38 36.93 120.6 -
System Red Green Blue C M Y K H S L
Decimal 153 200 2 0.24 0 0.99 0.22 74.24 0.98 0.4
Hex 99 C8 2 18 0 63 16 4A 62 28
Octal 231 310 2 30 0 143 26 112 142 50
Binary 10011001 11001000 10 11000 0 1100011 10110 1001010 1100010 101000

Color Harmonies of #99C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C802

Black with #99C802

Text Example


Text Example

White with #99C802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,200,2); }

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

background-color css

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

 a { background-color: rgb(153,200,2); }

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

border-color css

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

 span { border-color: rgb(153,200,2); }

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