Html Css Color HEX #80C25F Mantis

📋 copy color: '#80C25F'

red 128 ◦ green 194 ◦ blue 95

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

Shades of Mantis #80C25F

Tints of Mantis #80C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.78%

R = 30.7%
G = 46.52%
B = 22.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#80C25F (or 0x80C25F) is known color: Mantis. HEX triplet: 80, C2 and 5F. RGB value is (128,194,95). Sum of RGB (Red+Green+Blue) = 128+194+95=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #80C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C25F is #7F3DA0. Grayscale: #A3A3A3. Windows color (decimal): -8338849 or 6275712. OLE color: 6275712.

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

Color convert

RGB 128 194 95 -
CMYK 0.34 0 0.51 0.24
HSL 100º 0.45% 0.57% -
HSV(B) 100º 0.51% 0.76% -
XYZ 30.26 44 17.72 -
YUV 162.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 128 194 95 0.34 0 0.51 0.24 100 0.45 0.57
Hex 80 C2 5F 22 0 33 18 64 2D 39
Octal 200 302 137 42 0 63 30 144 55 71
Binary 10000000 11000010 1011111 100010 0 110011 11000 1100100 101101 111001

Color Harmonies of #80C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C25F

Black with #80C25F

Text Example


Text Example

White with #80C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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