Html Css Color HEX #80C802 Citrus

📋 copy color: '#80C802'

red 128 ◦ green 200 ◦ blue 2

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

Shades of Citrus #80C802

Tints of Citrus #80C802

RGB

 RED value IS 128 (50.39% from 255) = 38.79%

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

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

R = 38.79%
G = 60.61%
B = 0.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#80C802 (or 0x80C802) is known color: Citrus. HEX triplet: 80, C8 and 02. RGB value is (128,200,2). Sum of RGB (Red+Green+Blue) = 128+200+2=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #80C802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C802 is #7F37FD. Grayscale: #9C9C9C. Windows color (decimal): -8337406 or 182400. OLE color: 182400.

HSL color Cylindrical-coordinate representation of color #80C802: hue angle of 81.82º 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 #80C802 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 2 -
CMYK 0.36 0 0.99 0.22
HSL 81.82º 0.98% 0.4% -
HSV(B) 81.82º 0.99% 0.78% -
XYZ 29.57 45.9 7.36 -
YUV 155.9 41.15 108.1 -
System Red Green Blue C M Y K H S L
Decimal 128 200 2 0.36 0 0.99 0.22 81.82 0.98 0.4
Hex 80 C8 2 24 0 63 16 52 62 28
Octal 200 310 2 44 0 143 26 122 142 50
Binary 10000000 11001000 10 100100 0 1100011 10110 1010010 1100010 101000

Color Harmonies of #80C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C802

Black with #80C802

Text Example


Text Example

White with #80C802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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