Html Css Color HEX #80C25C Mantis

📋 copy color: '#80C25C'

red 128 ◦ green 194 ◦ blue 92

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

Shades of Mantis #80C25C

Tints of Mantis #80C25C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 30.92%
G = 46.86%
B = 22.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#80C25C (or 0x80C25C) is known color: Mantis. HEX triplet: 80, C2 and 5C. RGB value is (128,194,92). Sum of RGB (Red+Green+Blue) = 128+194+92=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #80C25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C25C is #7F3DA3. Grayscale: #A2A2A2. Windows color (decimal): -8338852 or 6079104. OLE color: 6079104.

HSL color Cylindrical-coordinate representation of color #80C25C: hue angle of 98.82º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80C25C is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 92 -
CMYK 0.34 0 0.53 0.24
HSL 98.82º 0.46% 0.56% -
HSV(B) 98.82º 0.53% 0.76% -
XYZ 30.13 43.95 17.02 -
YUV 162.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 128 194 92 0.34 0 0.53 0.24 98.82 0.46 0.56
Hex 80 C2 5C 22 0 35 18 63 2E 38
Octal 200 302 134 42 0 65 30 143 56 70
Binary 10000000 11000010 1011100 100010 0 110101 11000 1100011 101110 111000

Color Harmonies of #80C25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C25C

Black with #80C25C

Text Example


Text Example

White with #80C25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,92); }

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

background-color css

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

 a { background-color: rgb(128,194,92); }

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

border-color css

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

 span { border-color: rgb(128,194,92); }

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