Html Css Color HEX #80CD6E Mantis

📋 copy color: '#80CD6E'

red 128 ◦ green 205 ◦ blue 110

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

Shades of Mantis #80CD6E

Tints of Mantis #80CD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.28%

 BLUE value IS 110 (43.36% from 255) = 24.83%

R = 28.89%
G = 46.28%
B = 24.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#80CD6E (or 0x80CD6E) is known color: Mantis. HEX triplet: 80, CD and 6E. RGB value is (128,205,110). Sum of RGB (Red+Green+Blue) = 128+205+110=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD6E is #7F3291. Grayscale: #ABABAB. Windows color (decimal): -8336018 or 7261568. OLE color: 7261568.

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

Color convert

RGB 128 205 110 -
CMYK 0.38 0 0.46 0.20
HSL 108.63º 0.49% 0.62% -
HSV(B) 108.63º 0.46% 0.8% -
XYZ 33.55 49.38 22.51 -
YUV 171.15 93.49 97.22 -
System Red Green Blue C M Y K H S L
Decimal 128 205 110 0.38 0 0.46 0.20 108.63 0.49 0.62
Hex 80 CD 6E 26 0 2E 14 6D 31 3E
Octal 200 315 156 46 0 56 24 155 61 76
Binary 10000000 11001101 1101110 100110 0 101110 10100 1101101 110001 111110

Color Harmonies of #80CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD6E

Black with #80CD6E

Text Example


Text Example

White with #80CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,110); }

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

background-color css

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

 a { background-color: rgb(128,205,110); }

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

border-color css

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

 span { border-color: rgb(128,205,110); }

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