Html Css Color HEX #80BD04 Lima

📋 copy color: '#80BD04'

red 128 ◦ green 189 ◦ blue 4

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

Shades of Lima #80BD04

Tints of Lima #80BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.88%

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

R = 39.88%
G = 58.88%
B = 1.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#80BD04 (or 0x80BD04) is known color: Lima. HEX triplet: 80, BD and 04. RGB value is (128,189,4). Sum of RGB (Red+Green+Blue) = 128+189+4=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD04 is #7F42FB. Grayscale: #969696. Windows color (decimal): -8340220 or 310656. OLE color: 310656.

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

Color convert

RGB 128 189 4 -
CMYK 0.32 0 0.98 0.26
HSL 79.78º 0.96% 0.38% -
HSV(B) 79.78º 0.98% 0.74% -
XYZ 27.12 40.99 6.6 -
YUV 149.67 45.79 112.54 -
System Red Green Blue C M Y K H S L
Decimal 128 189 4 0.32 0 0.98 0.26 79.78 0.96 0.38
Hex 80 BD 4 20 0 62 1A 50 60 26
Octal 200 275 4 40 0 142 32 120 140 46
Binary 10000000 10111101 100 100000 0 1100010 11010 1010000 1100000 100110

Color Harmonies of #80BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD04

Black with #80BD04

Text Example


Text Example

White with #80BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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