Html Css Color HEX #80B624 Lima

📋 copy color: '#80B624'

red 128 ◦ green 182 ◦ blue 36

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

Shades of Lima #80B624

Tints of Lima #80B624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.6%

 BLUE value IS 36 (14.45% from 255) = 10.4%

R = 36.99%
G = 52.6%
B = 10.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#80B624 (or 0x80B624) is known color: Lima. HEX triplet: 80, B6 and 24. RGB value is (128,182,36). Sum of RGB (Red+Green+Blue) = 128+182+36=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #80B624 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B624 is #7F49DB. Grayscale: #959595. Windows color (decimal): -8341980 or 2406016. OLE color: 2406016.

HSL color Cylindrical-coordinate representation of color #80B624: hue angle of 82.19º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80B624 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 36 -
CMYK 0.30 0 0.80 0.29
HSL 82.19º 0.67% 0.43% -
HSV(B) 82.19º 0.8% 0.71% -
XYZ 25.95 38.17 7.67 -
YUV 149.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 128 182 36 0.30 0 0.80 0.29 82.19 0.67 0.43
Hex 80 B6 24 1E 0 50 1D 52 43 2B
Octal 200 266 44 36 0 120 35 122 103 53
Binary 10000000 10110110 100100 11110 0 1010000 11101 1010010 1000011 101011

Color Harmonies of #80B624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B624

Black with #80B624

Text Example


Text Example

White with #80B624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,36); }

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

background-color css

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

 a { background-color: rgb(128,182,36); }

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

border-color css

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

 span { border-color: rgb(128,182,36); }

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