Html Css Color HEX #80BE64 Mantis

📋 copy color: '#80BE64'

red 128 ◦ green 190 ◦ blue 100

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

Shades of Mantis #80BE64

Tints of Mantis #80BE64

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 30.62%
G = 45.45%
B = 23.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#80BE64 (or 0x80BE64) is known color: Mantis. HEX triplet: 80, BE and 64. RGB value is (128,190,100). Sum of RGB (Red+Green+Blue) = 128+190+100=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE64 is #7F419B. Grayscale: #A1A1A1. Windows color (decimal): -8339868 or 6602368. OLE color: 6602368.

HSL color Cylindrical-coordinate representation of color #80BE64: hue angle of 101.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BE64 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 100 -
CMYK 0.33 0 0.47 0.25
HSL 101.33º 0.41% 0.57% -
HSV(B) 101.33º 0.47% 0.75% -
XYZ 29.62 42.34 18.67 -
YUV 161.2 93.46 104.32 -
System Red Green Blue C M Y K H S L
Decimal 128 190 100 0.33 0 0.47 0.25 101.33 0.41 0.57
Hex 80 BE 64 21 0 2F 19 65 29 39
Octal 200 276 144 41 0 57 31 145 51 71
Binary 10000000 10111110 1100100 100001 0 101111 11001 1100101 101001 111001

Color Harmonies of #80BE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE64

Black with #80BE64

Text Example


Text Example

White with #80BE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,100); }

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

background-color css

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

 a { background-color: rgb(128,190,100); }

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

border-color css

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

 span { border-color: rgb(128,190,100); }

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