Html Css Color HEX #80CB4E Mantis

📋 copy color: '#80CB4E'

red 128 ◦ green 203 ◦ blue 78

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

Shades of Mantis #80CB4E

Tints of Mantis #80CB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.63%

 BLUE value IS 78 (30.86% from 255) = 19.07%

R = 31.3%
G = 49.63%
B = 19.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#80CB4E (or 0x80CB4E) is known color: Mantis. HEX triplet: 80, CB and 4E. RGB value is (128,203,78). Sum of RGB (Red+Green+Blue) = 128+203+78=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB4E is #7F34B1. Grayscale: #A6A6A6. Windows color (decimal): -8336562 or 5163904. OLE color: 5163904.

HSL color Cylindrical-coordinate representation of color #80CB4E: hue angle of 96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80CB4E is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 78 -
CMYK 0.37 0 0.62 0.20
HSL 96º 0.55% 0.55% -
HSV(B) 96º 0.62% 0.8% -
XYZ 31.63 47.85 14.78 -
YUV 166.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 128 203 78 0.37 0 0.62 0.20 96 0.55 0.55
Hex 80 CB 4E 25 0 3E 14 60 37 37
Octal 200 313 116 45 0 76 24 140 67 67
Binary 10000000 11001011 1001110 100101 0 111110 10100 1100000 110111 110111

Color Harmonies of #80CB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB4E

Black with #80CB4E

Text Example


Text Example

White with #80CB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,78); }

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

background-color css

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

 a { background-color: rgb(128,203,78); }

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

border-color css

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

 span { border-color: rgb(128,203,78); }

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