Html Css Color HEX #80BF32 Lima

📋 copy color: '#80BF32'

red 128 ◦ green 191 ◦ blue 50

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

Shades of Lima #80BF32

Tints of Lima #80BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 34.69%
G = 51.76%
B = 13.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#80BF32 (or 0x80BF32) is known color: Lima. HEX triplet: 80, BF and 32. RGB value is (128,191,50). Sum of RGB (Red+Green+Blue) = 128+191+50=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF32 is #7F40CD. Grayscale: #9C9C9C. Windows color (decimal): -8339662 or 3325824. OLE color: 3325824.

HSL color Cylindrical-coordinate representation of color #80BF32: hue angle of 86.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80BF32 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 50 -
CMYK 0.33 0 0.74 0.25
HSL 86.81º 0.59% 0.47% -
HSV(B) 86.81º 0.74% 0.75% -
XYZ 28.11 42.08 9.66 -
YUV 156.09 68.13 107.96 -
System Red Green Blue C M Y K H S L
Decimal 128 191 50 0.33 0 0.74 0.25 86.81 0.59 0.47
Hex 80 BF 32 21 0 4A 19 57 3B 2F
Octal 200 277 62 41 0 112 31 127 73 57
Binary 10000000 10111111 110010 100001 0 1001010 11001 1010111 111011 101111

Color Harmonies of #80BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF32

Black with #80BF32

Text Example


Text Example

White with #80BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,50); }

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

background-color css

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

 a { background-color: rgb(128,191,50); }

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

border-color css

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

 span { border-color: rgb(128,191,50); }

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