Html Css Color HEX #80EB4C Mantis

📋 copy color: '#80EB4C'

red 128 ◦ green 235 ◦ blue 76

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

Shades of Mantis #80EB4C

Tints of Mantis #80EB4C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.53%

 BLUE value IS 76 (30.08% from 255) = 17.31%

R = 29.16%
G = 53.53%
B = 17.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#80EB4C (or 0x80EB4C) is known color: Mantis. HEX triplet: 80, EB and 4C. RGB value is (128,235,76). Sum of RGB (Red+Green+Blue) = 128+235+76=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EB4C is #7F14B3. Grayscale: #B9B9B9. Windows color (decimal): -8328372 or 5041024. OLE color: 5041024.

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

Color convert

RGB 128 235 76 -
CMYK 0.46 0 0.68 0.08
HSL 100.38º 0.8% 0.61% -
HSV(B) 100.38º 0.68% 0.92% -
XYZ 39.91 64.53 17.19 -
YUV 184.88 66.55 87.43 -
System Red Green Blue C M Y K H S L
Decimal 128 235 76 0.46 0 0.68 0.08 100.38 0.8 0.61
Hex 80 EB 4C 2E 0 44 8 64 50 3D
Octal 200 353 114 56 0 104 10 144 120 75
Binary 10000000 11101011 1001100 101110 0 1000100 1000 1100100 1010000 111101

Color Harmonies of #80EB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB4C

Black with #80EB4C

Text Example


Text Example

White with #80EB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,76); }

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

background-color css

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

 a { background-color: rgb(128,235,76); }

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

border-color css

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

 span { border-color: rgb(128,235,76); }

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