Html Css Color HEX #80BF44 Mantis

📋 copy color: '#80BF44'

red 128 ◦ green 191 ◦ blue 68

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

Shades of Mantis #80BF44

Tints of Mantis #80BF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 33.07%
G = 49.35%
B = 17.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#80BF44 (or 0x80BF44) is known color: Mantis. HEX triplet: 80, BF and 44. RGB value is (128,191,68). Sum of RGB (Red+Green+Blue) = 128+191+68=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF44 is #7F40BB. Grayscale: #9E9E9E. Windows color (decimal): -8339644 or 4505472. OLE color: 4505472.

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

Color convert

RGB 128 191 68 -
CMYK 0.33 0 0.64 0.25
HSL 90.73º 0.49% 0.51% -
HSV(B) 90.73º 0.64% 0.75% -
XYZ 28.58 42.27 12.12 -
YUV 158.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 128 191 68 0.33 0 0.64 0.25 90.73 0.49 0.51
Hex 80 BF 44 21 0 40 19 5B 31 33
Octal 200 277 104 41 0 100 31 133 61 63
Binary 10000000 10111111 1000100 100001 0 1000000 11001 1011011 110001 110011

Color Harmonies of #80BF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF44

Black with #80BF44

Text Example


Text Example

White with #80BF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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