Html Css Color HEX #80C751 Mantis

📋 copy color: '#80C751'

red 128 ◦ green 199 ◦ blue 81

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

Shades of Mantis #80C751

Tints of Mantis #80C751

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.77%

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 31.37%
G = 48.77%
B = 19.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#80C751 (or 0x80C751) is known color: Mantis. HEX triplet: 80, C7 and 51. RGB value is (128,199,81). Sum of RGB (Red+Green+Blue) = 128+199+81=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #80C751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C751 is #7F38AE. Grayscale: #A4A4A4. Windows color (decimal): -8337583 or 5359488. OLE color: 5359488.

HSL color Cylindrical-coordinate representation of color #80C751: hue angle of 96.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C751 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 199 81 -
CMYK 0.36 0 0.59 0.22
HSL 96.1º 0.51% 0.55% -
HSV(B) 96.1º 0.59% 0.78% -
XYZ 30.81 46.03 15.05 -
YUV 164.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 128 199 81 0.36 0 0.59 0.22 96.1 0.51 0.55
Hex 80 C7 51 24 0 3B 16 60 33 37
Octal 200 307 121 44 0 73 26 140 63 67
Binary 10000000 11000111 1010001 100100 0 111011 10110 1100000 110011 110111

Color Harmonies of #80C751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C751

Black with #80C751

Text Example


Text Example

White with #80C751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,199,81); }

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

background-color css

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

 a { background-color: rgb(128,199,81); }

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

border-color css

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

 span { border-color: rgb(128,199,81); }

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