Html Css Color HEX #80B25A Mantis

📋 copy color: '#80B25A'

red 128 ◦ green 178 ◦ blue 90

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

Shades of Mantis #80B25A

Tints of Mantis #80B25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 32.32%
G = 44.95%
B = 22.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#80B25A (or 0x80B25A) is known color: Mantis. HEX triplet: 80, B2 and 5A. RGB value is (128,178,90). Sum of RGB (Red+Green+Blue) = 128+178+90=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #80B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B25A is #7F4DA5. Grayscale: #999999. Windows color (decimal): -8342950 or 5943936. OLE color: 5943936.

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

Color convert

RGB 128 178 90 -
CMYK 0.28 0 0.49 0.30
HSL 94.09º 0.36% 0.53% -
HSV(B) 94.09º 0.49% 0.7% -
XYZ 26.67 37.17 15.44 -
YUV 153.02 92.44 110.16 -
System Red Green Blue C M Y K H S L
Decimal 128 178 90 0.28 0 0.49 0.30 94.09 0.36 0.53
Hex 80 B2 5A 1C 0 31 1E 5E 24 35
Octal 200 262 132 34 0 61 36 136 44 65
Binary 10000000 10110010 1011010 11100 0 110001 11110 1011110 100100 110101

Color Harmonies of #80B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B25A

Black with #80B25A

Text Example


Text Example

White with #80B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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