Html Css Color HEX #80D75F Mantis

📋 copy color: '#80D75F'

red 128 ◦ green 215 ◦ blue 95

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

Shades of Mantis #80D75F

Tints of Mantis #80D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 29.22%
G = 49.09%
B = 21.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#80D75F (or 0x80D75F) is known color: Mantis. HEX triplet: 80, D7 and 5F. RGB value is (128,215,95). Sum of RGB (Red+Green+Blue) = 128+215+95=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #80D75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D75F is #7F28A0. Grayscale: #AFAFAF. Windows color (decimal): -8333473 or 6281088. OLE color: 6281088.

HSL color Cylindrical-coordinate representation of color #80D75F: hue angle of 103.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D75F is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 95 -
CMYK 0.40 0 0.56 0.16
HSL 103.5º 0.6% 0.61% -
HSV(B) 103.5º 0.56% 0.84% -
XYZ 35.27 54.02 19.39 -
YUV 175.31 82.68 94.26 -
System Red Green Blue C M Y K H S L
Decimal 128 215 95 0.40 0 0.56 0.16 103.5 0.6 0.61
Hex 80 D7 5F 28 0 38 10 68 3C 3D
Octal 200 327 137 50 0 70 20 150 74 75
Binary 10000000 11010111 1011111 101000 0 111000 10000 1101000 111100 111101

Color Harmonies of #80D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D75F

Black with #80D75F

Text Example


Text Example

White with #80D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,215,95); }

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

background-color css

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

 a { background-color: rgb(128,215,95); }

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

border-color css

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

 span { border-color: rgb(128,215,95); }

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