Html Css Color HEX #80CE5F Mantis

📋 copy color: '#80CE5F'

red 128 ◦ green 206 ◦ blue 95

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

Shades of Mantis #80CE5F

Tints of Mantis #80CE5F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

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

R = 29.84%
G = 48.02%
B = 22.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#80CE5F (or 0x80CE5F) is known color: Mantis. HEX triplet: 80, CE and 5F. RGB value is (128,206,95). Sum of RGB (Red+Green+Blue) = 128+206+95=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE5F is #7F31A0. Grayscale: #AAAAAA. Windows color (decimal): -8335777 or 6278784. OLE color: 6278784.

HSL color Cylindrical-coordinate representation of color #80CE5F: hue angle of 102.16º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80CE5F is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 95 -
CMYK 0.38 0 0.54 0.19
HSL 102.16º 0.53% 0.59% -
HSV(B) 102.16º 0.54% 0.81% -
XYZ 33.04 49.56 18.65 -
YUV 170.02 85.66 98.03 -
System Red Green Blue C M Y K H S L
Decimal 128 206 95 0.38 0 0.54 0.19 102.16 0.53 0.59
Hex 80 CE 5F 26 0 36 13 66 35 3B
Octal 200 316 137 46 0 66 23 146 65 73
Binary 10000000 11001110 1011111 100110 0 110110 10011 1100110 110101 111011

Color Harmonies of #80CE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE5F

Black with #80CE5F

Text Example


Text Example

White with #80CE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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