Html Css Color HEX #80C605 Lima

📋 copy color: '#80C605'

red 128 ◦ green 198 ◦ blue 5

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

Shades of Lima #80C605

Tints of Lima #80C605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.82%

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

R = 38.67%
G = 59.82%
B = 1.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#80C605 (or 0x80C605) is known color: Lima. HEX triplet: 80, C6 and 05. RGB value is (128,198,5). Sum of RGB (Red+Green+Blue) = 128+198+5=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #80C605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C605 is #7F39FA. Grayscale: #9B9B9B. Windows color (decimal): -8337915 or 378496. OLE color: 378496.

HSL color Cylindrical-coordinate representation of color #80C605: hue angle of 81.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80C605 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 5 -
CMYK 0.35 0 0.97 0.22
HSL 81.76º 0.95% 0.4% -
HSV(B) 81.76º 0.97% 0.78% -
XYZ 29.12 44.99 7.29 -
YUV 155.07 43.31 108.69 -
System Red Green Blue C M Y K H S L
Decimal 128 198 5 0.35 0 0.97 0.22 81.76 0.95 0.4
Hex 80 C6 5 23 0 61 16 52 5F 28
Octal 200 306 5 43 0 141 26 122 137 50
Binary 10000000 11000110 101 100011 0 1100001 10110 1010010 1011111 101000

Color Harmonies of #80C605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C605

Black with #80C605

Text Example


Text Example

White with #80C605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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