Html Css Color HEX #80CF6C Mantis

📋 copy color: '#80CF6C'

red 128 ◦ green 207 ◦ blue 108

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

Shades of Mantis #80CF6C

Tints of Mantis #80CF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.73%

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

R = 28.89%
G = 46.73%
B = 24.38%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#80CF6C (or 0x80CF6C) is known color: Mantis. HEX triplet: 80, CF and 6C. RGB value is (128,207,108). Sum of RGB (Red+Green+Blue) = 128+207+108=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF6C is #7F3093. Grayscale: #ACACAC. Windows color (decimal): -8335508 or 7131008. OLE color: 7131008.

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

Color convert

RGB 128 207 108 -
CMYK 0.38 0 0.48 0.19
HSL 107.88º 0.51% 0.62% -
HSV(B) 107.88º 0.48% 0.81% -
XYZ 33.92 50.3 22.11 -
YUV 172.09 91.83 96.55 -
System Red Green Blue C M Y K H S L
Decimal 128 207 108 0.38 0 0.48 0.19 107.88 0.51 0.62
Hex 80 CF 6C 26 0 30 13 6C 33 3E
Octal 200 317 154 46 0 60 23 154 63 76
Binary 10000000 11001111 1101100 100110 0 110000 10011 1101100 110011 111110

Color Harmonies of #80CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF6C

Black with #80CF6C

Text Example


Text Example

White with #80CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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