Html Css Color HEX #80C06B Mantis

📋 copy color: '#80C06B'

red 128 ◦ green 192 ◦ blue 107

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

Shades of Mantis #80C06B

Tints of Mantis #80C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 29.98%
G = 44.96%
B = 25.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#80C06B (or 0x80C06B) is known color: Mantis. HEX triplet: 80, C0 and 6B. RGB value is (128,192,107). Sum of RGB (Red+Green+Blue) = 128+192+107=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #80C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C06B is #7F3F94. Grayscale: #A3A3A3. Windows color (decimal): -8339349 or 7061632. OLE color: 7061632.

HSL color Cylindrical-coordinate representation of color #80C06B: hue angle of 105.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80C06B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 107 -
CMYK 0.33 0 0.44 0.25
HSL 105.18º 0.4% 0.59% -
HSV(B) 105.18º 0.44% 0.75% -
XYZ 30.41 43.35 20.67 -
YUV 163.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 128 192 107 0.33 0 0.44 0.25 105.18 0.4 0.59
Hex 80 C0 6B 21 0 2C 19 69 28 3B
Octal 200 300 153 41 0 54 31 151 50 73
Binary 10000000 11000000 1101011 100001 0 101100 11001 1101001 101000 111011

Color Harmonies of #80C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C06B

Black with #80C06B

Text Example


Text Example

White with #80C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,107); }

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

background-color css

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

 a { background-color: rgb(128,192,107); }

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

border-color css

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

 span { border-color: rgb(128,192,107); }

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