Html Css Color HEX #80C658 Mantis

📋 copy color: '#80C658'

red 128 ◦ green 198 ◦ blue 88

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

Shades of Mantis #80C658

Tints of Mantis #80C658

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

 BLUE value IS 88 (34.77% from 255) = 21.26%

R = 30.92%
G = 47.83%
B = 21.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#80C658 (or 0x80C658) is known color: Mantis. HEX triplet: 80, C6 and 58. RGB value is (128,198,88). Sum of RGB (Red+Green+Blue) = 128+198+88=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #80C658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C658 is #7F39A7. Grayscale: #A4A4A4. Windows color (decimal): -8337832 or 5817984. OLE color: 5817984.

HSL color Cylindrical-coordinate representation of color #80C658: hue angle of 98.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C658 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 198 88 -
CMYK 0.35 0 0.56 0.22
HSL 98.18º 0.49% 0.56% -
HSV(B) 98.18º 0.56% 0.78% -
XYZ 30.86 45.68 16.42 -
YUV 164.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 128 198 88 0.35 0 0.56 0.22 98.18 0.49 0.56
Hex 80 C6 58 23 0 38 16 62 31 38
Octal 200 306 130 43 0 70 26 142 61 70
Binary 10000000 11000110 1011000 100011 0 111000 10110 1100010 110001 111000

Color Harmonies of #80C658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C658

Black with #80C658

Text Example


Text Example

White with #80C658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,198,88); }

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

background-color css

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

 a { background-color: rgb(128,198,88); }

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

border-color css

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

 span { border-color: rgb(128,198,88); }

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