Html Css Color HEX #80CB6C Mantis

📋 copy color: '#80CB6C'

red 128 ◦ green 203 ◦ blue 108

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

Shades of Mantis #80CB6C

Tints of Mantis #80CB6C

RGB

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

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

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

R = 29.16%
G = 46.24%
B = 24.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#80CB6C (or 0x80CB6C) is known color: Mantis. HEX triplet: 80, CB and 6C. RGB value is (128,203,108). Sum of RGB (Red+Green+Blue) = 128+203+108=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB6C is #7F3493. Grayscale: #AAAAAA. Windows color (decimal): -8336532 or 7129984. OLE color: 7129984.

HSL color Cylindrical-coordinate representation of color #80CB6C: hue angle of 107.37º degrees, saturation: 0.48, 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 #80CB6C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 108 -
CMYK 0.37 0 0.47 0.20
HSL 107.37º 0.48% 0.61% -
HSV(B) 107.37º 0.47% 0.8% -
XYZ 32.96 48.38 21.79 -
YUV 169.75 93.15 98.22 -
System Red Green Blue C M Y K H S L
Decimal 128 203 108 0.37 0 0.47 0.20 107.37 0.48 0.61
Hex 80 CB 6C 25 0 2F 14 6B 30 3D
Octal 200 313 154 45 0 57 24 153 60 75
Binary 10000000 11001011 1101100 100101 0 101111 10100 1101011 110000 111101

Color Harmonies of #80CB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB6C

Black with #80CB6C

Text Example


Text Example

White with #80CB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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