Html Css Color HEX #80C920 Lima

📋 copy color: '#80C920'

red 128 ◦ green 201 ◦ blue 32

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

Shades of Lima #80C920

Tints of Lima #80C920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.68%

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

R = 35.46%
G = 55.68%
B = 8.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#80C920 (or 0x80C920) is known color: Lima. HEX triplet: 80, C9 and 20. RGB value is (128,201,32). Sum of RGB (Red+Green+Blue) = 128+201+32=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #80C920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C920 is #7F36DF. Grayscale: #A0A0A0. Windows color (decimal): -8337120 or 2148736. OLE color: 2148736.

HSL color Cylindrical-coordinate representation of color #80C920: hue angle of 85.92º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80C920 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 32 -
CMYK 0.36 0 0.84 0.21
HSL 85.92º 0.73% 0.46% -
HSV(B) 85.92º 0.84% 0.79% -
XYZ 30.05 46.47 8.75 -
YUV 159.91 55.82 105.24 -
System Red Green Blue C M Y K H S L
Decimal 128 201 32 0.36 0 0.84 0.21 85.92 0.73 0.46
Hex 80 C9 20 24 0 54 15 56 49 2E
Octal 200 311 40 44 0 124 25 126 111 56
Binary 10000000 11001001 100000 100100 0 1010100 10101 1010110 1001001 101110

Color Harmonies of #80C920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C920

Black with #80C920

Text Example


Text Example

White with #80C920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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