Html Css Color HEX #80BF04 Lima

📋 copy color: '#80BF04'

red 128 ◦ green 191 ◦ blue 4

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

Shades of Lima #80BF04

Tints of Lima #80BF04

RGB

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

 GREEN value IS 191 (75% from 255) = 59.13%

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

R = 39.63%
G = 59.13%
B = 1.24%

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

#80BF04 (or 0x80BF04) is known color: Lima. HEX triplet: 80, BF and 04. RGB value is (128,191,4). Sum of RGB (Red+Green+Blue) = 128+191+4=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF04 is #7F40FB. Grayscale: #979797. Windows color (decimal): -8339708 or 311168. OLE color: 311168.

HSL color Cylindrical-coordinate representation of color #80BF04: hue angle of 80.21º 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 #80BF04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 4 -
CMYK 0.33 0 0.98 0.25
HSL 80.21º 0.96% 0.38% -
HSV(B) 80.21º 0.98% 0.75% -
XYZ 27.55 41.86 6.74 -
YUV 150.85 45.13 111.71 -
System Red Green Blue C M Y K H S L
Decimal 128 191 4 0.33 0 0.98 0.25 80.21 0.96 0.38
Hex 80 BF 4 21 0 62 19 50 60 26
Octal 200 277 4 41 0 142 31 120 140 46
Binary 10000000 10111111 100 100001 0 1100010 11001 1010000 1100000 100110

Color Harmonies of #80BF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF04

Black with #80BF04

Text Example


Text Example

White with #80BF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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