Html Css Color HEX #80DA4B Mantis

📋 copy color: '#80DA4B'

red 128 ◦ green 218 ◦ blue 75

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

Shades of Mantis #80DA4B

Tints of Mantis #80DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.78%

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

R = 30.4%
G = 51.78%
B = 17.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#80DA4B (or 0x80DA4B) is known color: Mantis. HEX triplet: 80, DA and 4B. RGB value is (128,218,75). Sum of RGB (Red+Green+Blue) = 128+218+75=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA4B is #7F25B4. Grayscale: #AFAFAF. Windows color (decimal): -8332725 or 4971136. OLE color: 4971136.

HSL color Cylindrical-coordinate representation of color #80DA4B: hue angle of 97.76º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80DA4B is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 75 -
CMYK 0.41 0 0.66 0.15
HSL 97.76º 0.66% 0.57% -
HSV(B) 97.76º 0.66% 0.85% -
XYZ 35.24 55.24 15.46 -
YUV 174.79 71.68 94.63 -
System Red Green Blue C M Y K H S L
Decimal 128 218 75 0.41 0 0.66 0.15 97.76 0.66 0.57
Hex 80 DA 4B 29 0 42 F 62 42 39
Octal 200 332 113 51 0 102 17 142 102 71
Binary 10000000 11011010 1001011 101001 0 1000010 1111 1100010 1000010 111001

Color Harmonies of #80DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA4B

Black with #80DA4B

Text Example


Text Example

White with #80DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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