Html Css Color HEX #80C94B Mantis

📋 copy color: '#80C94B'

red 128 ◦ green 201 ◦ blue 75

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

Shades of Mantis #80C94B

Tints of Mantis #80C94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.75%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 31.68%
G = 49.75%
B = 18.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#80C94B (or 0x80C94B) is known color: Mantis. HEX triplet: 80, C9 and 4B. RGB value is (128,201,75). Sum of RGB (Red+Green+Blue) = 128+201+75=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #80C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C94B is #7F36B4. Grayscale: #A5A5A5. Windows color (decimal): -8337077 or 4966784. OLE color: 4966784.

HSL color Cylindrical-coordinate representation of color #80C94B: hue angle of 94.76º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80C94B is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 75 -
CMYK 0.36 0 0.63 0.21
HSL 94.76º 0.54% 0.54% -
HSV(B) 94.76º 0.63% 0.79% -
XYZ 31.06 46.87 14.07 -
YUV 164.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 128 201 75 0.36 0 0.63 0.21 94.76 0.54 0.54
Hex 80 C9 4B 24 0 3F 15 5F 36 36
Octal 200 311 113 44 0 77 25 137 66 66
Binary 10000000 11001001 1001011 100100 0 111111 10101 1011111 110110 110110

Color Harmonies of #80C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C94B

Black with #80C94B

Text Example


Text Example

White with #80C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,75); }

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

background-color css

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

 a { background-color: rgb(128,201,75); }

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

border-color css

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

 span { border-color: rgb(128,201,75); }

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