Html Css Color HEX #80C004 Lima

📋 copy color: '#80C004'

red 128 ◦ green 192 ◦ blue 4

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

Shades of Lima #80C004

Tints of Lima #80C004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 39.51%
G = 59.26%
B = 1.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#80C004 (or 0x80C004) is known color: Lima. HEX triplet: 80, C0 and 04. RGB value is (128,192,4). Sum of RGB (Red+Green+Blue) = 128+192+4=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #80C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C004 is #7F3FFB. Grayscale: #989898. Windows color (decimal): -8339452 or 311424. OLE color: 311424.

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

Color convert

RGB 128 192 4 -
CMYK 0.33 0 0.98 0.25
HSL 80.43º 0.96% 0.38% -
HSV(B) 80.43º 0.98% 0.75% -
XYZ 27.77 42.3 6.82 -
YUV 151.43 44.8 111.29 -
System Red Green Blue C M Y K H S L
Decimal 128 192 4 0.33 0 0.98 0.25 80.43 0.96 0.38
Hex 80 C0 4 21 0 62 19 50 60 26
Octal 200 300 4 41 0 142 31 120 140 46
Binary 10000000 11000000 100 100001 0 1100010 11001 1010000 1100000 100110

Color Harmonies of #80C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C004

Black with #80C004

Text Example


Text Example

White with #80C004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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