Html Css Color HEX #80C005 Lima

📋 copy color: '#80C005'

red 128 ◦ green 192 ◦ blue 5

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

Shades of Lima #80C005

Tints of Lima #80C005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 39.38%
G = 59.08%
B = 1.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#80C005 (or 0x80C005) is known color: Lima. HEX triplet: 80, C0 and 05. RGB value is (128,192,5). Sum of RGB (Red+Green+Blue) = 128+192+5=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #80C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C005 is #7F3FFA. Grayscale: #989898. Windows color (decimal): -8339451 or 376960. OLE color: 376960.

HSL color Cylindrical-coordinate representation of color #80C005: hue angle of 80.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80C005 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 5 -
CMYK 0.33 0 0.97 0.25
HSL 80.53º 0.95% 0.39% -
HSV(B) 80.53º 0.97% 0.75% -
XYZ 27.78 42.3 6.84 -
YUV 151.55 45.3 111.21 -
System Red Green Blue C M Y K H S L
Decimal 128 192 5 0.33 0 0.97 0.25 80.53 0.95 0.39
Hex 80 C0 5 21 0 61 19 51 5F 27
Octal 200 300 5 41 0 141 31 121 137 47
Binary 10000000 11000000 101 100001 0 1100001 11001 1010001 1011111 100111

Color Harmonies of #80C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C005

Black with #80C005

Text Example


Text Example

White with #80C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,5); }

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

background-color css

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

 a { background-color: rgb(128,192,5); }

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

border-color css

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

 span { border-color: rgb(128,192,5); }

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