Html Css Color HEX #80EF4B Mantis

📋 copy color: '#80EF4B'

red 128 ◦ green 239 ◦ blue 75

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

Shades of Mantis #80EF4B

Tints of Mantis #80EF4B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.07%

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

R = 28.96%
G = 54.07%
B = 16.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#80EF4B (or 0x80EF4B) is known color: Mantis. HEX triplet: 80, EF and 4B. RGB value is (128,239,75). Sum of RGB (Red+Green+Blue) = 128+239+75=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EF4B is #7F10B4. Grayscale: #BBBBBB. Windows color (decimal): -8327349 or 4976512. OLE color: 4976512.

HSL color Cylindrical-coordinate representation of color #80EF4B: hue angle of 100.61º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80EF4B is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 75 -
CMYK 0.46 0 0.69 0.06
HSL 100.61º 0.84% 0.62% -
HSV(B) 100.61º 0.69% 0.94% -
XYZ 41.04 66.83 17.39 -
YUV 187.12 64.73 85.84 -
System Red Green Blue C M Y K H S L
Decimal 128 239 75 0.46 0 0.69 0.06 100.61 0.84 0.62
Hex 80 EF 4B 2E 0 45 6 65 54 3E
Octal 200 357 113 56 0 105 6 145 124 76
Binary 10000000 11101111 1001011 101110 0 1000101 110 1100101 1010100 111110

Color Harmonies of #80EF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF4B

Black with #80EF4B

Text Example


Text Example

White with #80EF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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