Html Css Color HEX #80B25D Mantis

📋 copy color: '#80B25D'

red 128 ◦ green 178 ◦ blue 93

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

Shades of Mantis #80B25D

Tints of Mantis #80B25D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 32.08%
G = 44.61%
B = 23.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#80B25D (or 0x80B25D) is known color: Mantis. HEX triplet: 80, B2 and 5D. RGB value is (128,178,93). Sum of RGB (Red+Green+Blue) = 128+178+93=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #80B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B25D is #7F4DA2. Grayscale: #999999. Windows color (decimal): -8342947 or 6140544. OLE color: 6140544.

HSL color Cylindrical-coordinate representation of color #80B25D: hue angle of 95.29º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80B25D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 93 -
CMYK 0.28 0 0.48 0.30
HSL 95.29º 0.36% 0.53% -
HSV(B) 95.29º 0.48% 0.7% -
XYZ 26.8 37.22 16.13 -
YUV 153.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 128 178 93 0.28 0 0.48 0.30 95.29 0.36 0.53
Hex 80 B2 5D 1C 0 30 1E 5F 24 35
Octal 200 262 135 34 0 60 36 137 44 65
Binary 10000000 10110010 1011101 11100 0 110000 11110 1011111 100100 110101

Color Harmonies of #80B25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B25D

Black with #80B25D

Text Example


Text Example

White with #80B25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,93); }

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

background-color css

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

 a { background-color: rgb(128,178,93); }

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

border-color css

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

 span { border-color: rgb(128,178,93); }

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