Html Css Color HEX #80B413 Lima

📋 copy color: '#80B413'

red 128 ◦ green 180 ◦ blue 19

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

Shades of Lima #80B413

Tints of Lima #80B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.05%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 39.14%
G = 55.05%
B = 5.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#80B413 (or 0x80B413) is known color: Lima. HEX triplet: 80, B4 and 13. RGB value is (128,180,19). Sum of RGB (Red+Green+Blue) = 128+180+19=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #80B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B413 is #7F4BEC. Grayscale: #929292. Windows color (decimal): -8342509 or 1291392. OLE color: 1291392.

HSL color Cylindrical-coordinate representation of color #80B413: hue angle of 79.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80B413 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 19 -
CMYK 0.29 0 0.89 0.29
HSL 79.38º 0.81% 0.39% -
HSV(B) 79.38º 0.89% 0.71% -
XYZ 25.34 37.28 6.48 -
YUV 146.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 128 180 19 0.29 0 0.89 0.29 79.38 0.81 0.39
Hex 80 B4 13 1D 0 59 1D 4F 51 27
Octal 200 264 23 35 0 131 35 117 121 47
Binary 10000000 10110100 10011 11101 0 1011001 11101 1001111 1010001 100111

Color Harmonies of #80B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B413

Black with #80B413

Text Example


Text Example

White with #80B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,19); }

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

background-color css

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

 a { background-color: rgb(128,180,19); }

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

border-color css

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

 span { border-color: rgb(128,180,19); }

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