Html Css Color HEX #80B425 Lima

📋 copy color: '#80B425'

red 128 ◦ green 180 ◦ blue 37

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

Shades of Lima #80B425

Tints of Lima #80B425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 37.1%
G = 52.17%
B = 10.72%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#80B425 (or 0x80B425) is known color: Lima. HEX triplet: 80, B4 and 25. RGB value is (128,180,37). Sum of RGB (Red+Green+Blue) = 128+180+37=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #80B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B425 is #7F4BDA. Grayscale: #949494. Windows color (decimal): -8342491 or 2471040. OLE color: 2471040.

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

Color convert

RGB 128 180 37 -
CMYK 0.29 0 0.79 0.29
HSL 81.82º 0.66% 0.43% -
HSV(B) 81.82º 0.79% 0.71% -
XYZ 25.56 37.37 7.62 -
YUV 148.15 65.27 113.63 -
System Red Green Blue C M Y K H S L
Decimal 128 180 37 0.29 0 0.79 0.29 81.82 0.66 0.43
Hex 80 B4 25 1D 0 4F 1D 52 42 2B
Octal 200 264 45 35 0 117 35 122 102 53
Binary 10000000 10110100 100101 11101 0 1001111 11101 1010010 1000010 101011

Color Harmonies of #80B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B425

Black with #80B425

Text Example


Text Example

White with #80B425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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