Html Css Color HEX #80B225 Lima

📋 copy color: '#80B225'

red 128 ◦ green 178 ◦ blue 37

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

Shades of Lima #80B225

Tints of Lima #80B225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

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

R = 37.32%
G = 51.9%
B = 10.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#80B225 (or 0x80B225) is known color: Lima. HEX triplet: 80, B2 and 25. RGB value is (128,178,37). Sum of RGB (Red+Green+Blue) = 128+178+37=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #80B225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B225 is #7F4DDA. Grayscale: #939393. Windows color (decimal): -8343003 or 2470528. OLE color: 2470528.

HSL color Cylindrical-coordinate representation of color #80B225: hue angle of 81.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80B225 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 37 -
CMYK 0.28 0 0.79 0.30
HSL 81.28º 0.66% 0.42% -
HSV(B) 81.28º 0.79% 0.7% -
XYZ 25.16 36.56 7.48 -
YUV 146.98 65.94 114.46 -
System Red Green Blue C M Y K H S L
Decimal 128 178 37 0.28 0 0.79 0.30 81.28 0.66 0.42
Hex 80 B2 25 1C 0 4F 1E 51 42 2A
Octal 200 262 45 34 0 117 36 121 102 52
Binary 10000000 10110010 100101 11100 0 1001111 11110 1010001 1000010 101010

Color Harmonies of #80B225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B225

Black with #80B225

Text Example


Text Example

White with #80B225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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