Html Css Color HEX #80CD6C Mantis

📋 copy color: '#80CD6C'

red 128 ◦ green 205 ◦ blue 108

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

Shades of Mantis #80CD6C

Tints of Mantis #80CD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.49%

R = 29.02%
G = 46.49%
B = 24.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#80CD6C (or 0x80CD6C) is known color: Mantis. HEX triplet: 80, CD and 6C. RGB value is (128,205,108). Sum of RGB (Red+Green+Blue) = 128+205+108=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD6C is #7F3293. Grayscale: #ABABAB. Windows color (decimal): -8336020 or 7130496. OLE color: 7130496.

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

Color convert

RGB 128 205 108 -
CMYK 0.38 0 0.47 0.20
HSL 107.63º 0.49% 0.61% -
HSV(B) 107.63º 0.47% 0.8% -
XYZ 33.44 49.33 21.95 -
YUV 170.92 92.49 97.39 -
System Red Green Blue C M Y K H S L
Decimal 128 205 108 0.38 0 0.47 0.20 107.63 0.49 0.61
Hex 80 CD 6C 26 0 2F 14 6C 31 3D
Octal 200 315 154 46 0 57 24 154 61 75
Binary 10000000 11001101 1101100 100110 0 101111 10100 1101100 110001 111101

Color Harmonies of #80CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD6C

Black with #80CD6C

Text Example


Text Example

White with #80CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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