Html Css Color HEX #80CF19 Lima

📋 copy color: '#80CF19'

red 128 ◦ green 207 ◦ blue 25

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

Shades of Lima #80CF19

Tints of Lima #80CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.5%

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

R = 35.56%
G = 57.5%
B = 6.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#80CF19 (or 0x80CF19) is known color: Lima. HEX triplet: 80, CF and 19. RGB value is (128,207,25). Sum of RGB (Red+Green+Blue) = 128+207+25=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CF19 is #7F30E6. Grayscale: #A3A3A3. Windows color (decimal): -8335591 or 1691520. OLE color: 1691520.

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

Color convert

RGB 128 207 25 -
CMYK 0.38 0 0.88 0.19
HSL 86.04º 0.78% 0.45% -
HSV(B) 86.04º 0.88% 0.81% -
XYZ 31.39 49.29 8.78 -
YUV 162.63 50.33 103.3 -
System Red Green Blue C M Y K H S L
Decimal 128 207 25 0.38 0 0.88 0.19 86.04 0.78 0.45
Hex 80 CF 19 26 0 58 13 56 4E 2D
Octal 200 317 31 46 0 130 23 126 116 55
Binary 10000000 11001111 11001 100110 0 1011000 10011 1010110 1001110 101101

Color Harmonies of #80CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF19

Black with #80CF19

Text Example


Text Example

White with #80CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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