Html Css Color HEX #80ED4B Mantis

📋 copy color: '#80ED4B'

red 128 ◦ green 237 ◦ blue 75

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

Shades of Mantis #80ED4B

Tints of Mantis #80ED4B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.86%

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

R = 29.09%
G = 53.86%
B = 17.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#80ED4B (or 0x80ED4B) is known color: Mantis. HEX triplet: 80, ED and 4B. RGB value is (128,237,75). Sum of RGB (Red+Green+Blue) = 128+237+75=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80ED4B is #7F12B4. Grayscale: #BABABA. Windows color (decimal): -8327861 or 4976000. OLE color: 4976000.

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

Color convert

RGB 128 237 75 -
CMYK 0.46 0 0.68 0.07
HSL 100.37º 0.82% 0.61% -
HSV(B) 100.37º 0.68% 0.93% -
XYZ 40.46 65.67 17.2 -
YUV 185.94 65.39 86.67 -
System Red Green Blue C M Y K H S L
Decimal 128 237 75 0.46 0 0.68 0.07 100.37 0.82 0.61
Hex 80 ED 4B 2E 0 44 7 64 52 3D
Octal 200 355 113 56 0 104 7 144 122 75
Binary 10000000 11101101 1001011 101110 0 1000100 111 1100100 1010010 111101

Color Harmonies of #80ED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED4B

Black with #80ED4B

Text Example


Text Example

White with #80ED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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