Html Css Color HEX #80C202 Citrus

📋 copy color: '#80C202'

red 128 ◦ green 194 ◦ blue 2

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

Shades of Citrus #80C202

Tints of Citrus #80C202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.88%

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

R = 39.51%
G = 59.88%
B = 0.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#80C202 (or 0x80C202) is known color: Citrus. HEX triplet: 80, C2 and 02. RGB value is (128,194,2). Sum of RGB (Red+Green+Blue) = 128+194+2=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #80C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C202 is #7F3DFD. Grayscale: #999999. Windows color (decimal): -8338942 or 180864. OLE color: 180864.

HSL color Cylindrical-coordinate representation of color #80C202: hue angle of 80.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80C202 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 2 -
CMYK 0.34 0 0.99 0.24
HSL 80.63º 0.98% 0.38% -
HSV(B) 80.63º 0.99% 0.76% -
XYZ 28.2 43.18 6.9 -
YUV 152.38 43.13 110.61 -
System Red Green Blue C M Y K H S L
Decimal 128 194 2 0.34 0 0.99 0.24 80.63 0.98 0.38
Hex 80 C2 2 22 0 63 18 51 62 26
Octal 200 302 2 42 0 143 30 121 142 46
Binary 10000000 11000010 10 100010 0 1100011 11000 1010001 1100010 100110

Color Harmonies of #80C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C202

Black with #80C202

Text Example


Text Example

White with #80C202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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