Html Css Color HEX #80CC19 Lima

📋 copy color: '#80CC19'

red 128 ◦ green 204 ◦ blue 25

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

Shades of Lima #80CC19

Tints of Lima #80CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.14%

 BLUE value IS 25 (10.16% from 255) = 7%

R = 35.85%
G = 57.14%
B = 7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#80CC19 (or 0x80CC19) is known color: Lima. HEX triplet: 80, CC and 19. RGB value is (128,204,25). Sum of RGB (Red+Green+Blue) = 128+204+25=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CC19 is #7F33E6. Grayscale: #A1A1A1. Windows color (decimal): -8336359 or 1690752. OLE color: 1690752.

HSL color Cylindrical-coordinate representation of color #80CC19: hue angle of 85.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80CC19 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 25 -
CMYK 0.37 0 0.88 0.2
HSL 85.47º 0.78% 0.45% -
HSV(B) 85.47º 0.88% 0.8% -
XYZ 30.67 47.85 8.54 -
YUV 160.87 51.32 104.55 -
System Red Green Blue C M Y K H S L
Decimal 128 204 25 0.37 0 0.88 0.2 85.47 0.78 0.45
Hex 80 CC 19 25 0 58 14 55 4E 2D
Octal 200 314 31 45 0 130 24 125 116 55
Binary 10000000 11001100 11001 100101 0 1011000 10100 1010101 1001110 101101

Color Harmonies of #80CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC19

Black with #80CC19

Text Example


Text Example

White with #80CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,25); }

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

background-color css

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

 a { background-color: rgb(128,204,25); }

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

border-color css

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

 span { border-color: rgb(128,204,25); }

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