Html Css Color HEX #80EA4F Mantis

📋 copy color: '#80EA4F'

red 128 ◦ green 234 ◦ blue 79

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

Shades of Mantis #80EA4F

Tints of Mantis #80EA4F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.06%

 BLUE value IS 79 (31.25% from 255) = 17.91%

R = 29.02%
G = 53.06%
B = 17.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#80EA4F (or 0x80EA4F) is known color: Mantis. HEX triplet: 80, EA and 4F. RGB value is (128,234,79). Sum of RGB (Red+Green+Blue) = 128+234+79=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA4F is #7F15B0. Grayscale: #B9B9B9. Windows color (decimal): -8328625 or 5237376. OLE color: 5237376.

HSL color Cylindrical-coordinate representation of color #80EA4F: hue angle of 101.03º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80EA4F is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 79 -
CMYK 0.45 0 0.66 0.08
HSL 101.03º 0.79% 0.61% -
HSV(B) 101.03º 0.66% 0.92% -
XYZ 39.74 64 17.66 -
YUV 184.64 68.38 87.6 -
System Red Green Blue C M Y K H S L
Decimal 128 234 79 0.45 0 0.66 0.08 101.03 0.79 0.61
Hex 80 EA 4F 2D 0 42 8 65 4F 3D
Octal 200 352 117 55 0 102 10 145 117 75
Binary 10000000 11101010 1001111 101101 0 1000010 1000 1100101 1001111 111101

Color Harmonies of #80EA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA4F

Black with #80EA4F

Text Example


Text Example

White with #80EA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,79); }

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

background-color css

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

 a { background-color: rgb(128,234,79); }

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

border-color css

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

 span { border-color: rgb(128,234,79); }

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