Html Css Color HEX #80C200 Citrus

📋 copy color: '#80C200'

red 128 ◦ green 194 ◦ blue 0

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

Shades of Citrus #80C200

Tints of Citrus #80C200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.75%
G = 60.25%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#80C200 (or 0x80C200) is known color: Citrus. HEX triplet: 80, C2 and 00. RGB value is (128,194,0). Sum of RGB (Red+Green+Blue) = 128+194+0=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #80C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C200 is #7F3DFF. Grayscale: #989898. Windows color (decimal): -8338944 or 49792. OLE color: 49792.

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

Color convert

RGB 128 194 0 -
CMYK 0.34 0 1 0.24
HSL 80.41º 1% 0.38% -
HSV(B) 80.41º 1% 0.76% -
XYZ 28.19 43.17 6.85 -
YUV 152.15 42.13 110.77 -
System Red Green Blue C M Y K H S L
Decimal 128 194 0 0.34 0 1 0.24 80.41 1 0.38
Hex 80 C2 0 22 0 64 18 50 64 26
Octal 200 302 0 42 0 144 30 120 144 46
Binary 10000000 11000010 0 100010 0 1100100 11000 1010000 1100100 100110

Color Harmonies of #80C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C200

Black with #80C200

Text Example


Text Example

White with #80C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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