Html Css Color HEX #80BD25 Lima

📋 copy color: '#80BD25'

red 128 ◦ green 189 ◦ blue 37

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

Shades of Lima #80BD25

Tints of Lima #80BD25

RGB

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

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

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

R = 36.16%
G = 53.39%
B = 10.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#80BD25 (or 0x80BD25) is known color: Lima. HEX triplet: 80, BD and 25. RGB value is (128,189,37). Sum of RGB (Red+Green+Blue) = 128+189+37=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD25 is #7F42DA. Grayscale: #999999. Windows color (decimal): -8340187 or 2473344. OLE color: 2473344.

HSL color Cylindrical-coordinate representation of color #80BD25: hue angle of 84.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80BD25 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 37 -
CMYK 0.32 0 0.80 0.26
HSL 84.08º 0.67% 0.44% -
HSV(B) 84.08º 0.8% 0.74% -
XYZ 27.43 41.12 8.24 -
YUV 153.43 62.29 109.86 -
System Red Green Blue C M Y K H S L
Decimal 128 189 37 0.32 0 0.80 0.26 84.08 0.67 0.44
Hex 80 BD 25 20 0 50 1A 54 43 2C
Octal 200 275 45 40 0 120 32 124 103 54
Binary 10000000 10111101 100101 100000 0 1010000 11010 1010100 1000011 101100

Color Harmonies of #80BD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD25

Black with #80BD25

Text Example


Text Example

White with #80BD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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