Html Css Color HEX #80BF41 Mantis

📋 copy color: '#80BF41'

red 128 ◦ green 191 ◦ blue 65

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

Shades of Mantis #80BF41

Tints of Mantis #80BF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 33.33%
G = 49.74%
B = 16.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#80BF41 (or 0x80BF41) is known color: Mantis. HEX triplet: 80, BF and 41. RGB value is (128,191,65). Sum of RGB (Red+Green+Blue) = 128+191+65=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF41 is #7F40BE. Grayscale: #9E9E9E. Windows color (decimal): -8339647 or 4308864. OLE color: 4308864.

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

Color convert

RGB 128 191 65 -
CMYK 0.33 0 0.66 0.25
HSL 90º 0.5% 0.5% -
HSV(B) 90º 0.66% 0.75% -
XYZ 28.49 42.23 11.65 -
YUV 157.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 128 191 65 0.33 0 0.66 0.25 90 0.5 0.5
Hex 80 BF 41 21 0 42 19 5A 32 32
Octal 200 277 101 41 0 102 31 132 62 62
Binary 10000000 10111111 1000001 100001 0 1000010 11001 1011010 110010 110010

Color Harmonies of #80BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF41

Black with #80BF41

Text Example


Text Example

White with #80BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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