Html Css Color HEX #80C820 Lima

📋 copy color: '#80C820'

red 128 ◦ green 200 ◦ blue 32

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

Shades of Lima #80C820

Tints of Lima #80C820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 35.56%
G = 55.56%
B = 8.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#80C820 (or 0x80C820) is known color: Lima. HEX triplet: 80, C8 and 20. RGB value is (128,200,32). Sum of RGB (Red+Green+Blue) = 128+200+32=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #80C820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C820 is #7F37DF. Grayscale: #9F9F9F. Windows color (decimal): -8337376 or 2148480. OLE color: 2148480.

HSL color Cylindrical-coordinate representation of color #80C820: hue angle of 85.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80C820 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 32 -
CMYK 0.36 0 0.84 0.22
HSL 85.71º 0.72% 0.45% -
HSV(B) 85.71º 0.84% 0.78% -
XYZ 29.82 46 8.67 -
YUV 159.32 56.15 105.66 -
System Red Green Blue C M Y K H S L
Decimal 128 200 32 0.36 0 0.84 0.22 85.71 0.72 0.45
Hex 80 C8 20 24 0 54 16 56 48 2D
Octal 200 310 40 44 0 124 26 126 110 55
Binary 10000000 11001000 100000 100100 0 1010100 10110 1010110 1001000 101101

Color Harmonies of #80C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C820

Black with #80C820

Text Example


Text Example

White with #80C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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