Html Css Color HEX #80C604 Lima

📋 copy color: '#80C604'

red 128 ◦ green 198 ◦ blue 4

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

Shades of Lima #80C604

Tints of Lima #80C604

RGB

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

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

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

R = 38.79%
G = 60%
B = 1.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#80C604 (or 0x80C604) is known color: Lima. HEX triplet: 80, C6 and 04. RGB value is (128,198,4). Sum of RGB (Red+Green+Blue) = 128+198+4=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #80C604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C604 is #7F39FB. Grayscale: #9B9B9B. Windows color (decimal): -8337916 or 312960. OLE color: 312960.

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

Color convert

RGB 128 198 4 -
CMYK 0.35 0 0.98 0.22
HSL 81.65º 0.96% 0.4% -
HSV(B) 81.65º 0.98% 0.78% -
XYZ 29.12 44.99 7.26 -
YUV 154.95 42.81 108.77 -
System Red Green Blue C M Y K H S L
Decimal 128 198 4 0.35 0 0.98 0.22 81.65 0.96 0.4
Hex 80 C6 4 23 0 62 16 52 60 28
Octal 200 306 4 43 0 142 26 122 140 50
Binary 10000000 11000110 100 100011 0 1100010 10110 1010010 1100000 101000

Color Harmonies of #80C604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C604

Black with #80C604

Text Example


Text Example

White with #80C604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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