Html Css Color HEX #80D641 Mantis

📋 copy color: '#80D641'

red 128 ◦ green 214 ◦ blue 65

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

Shades of Mantis #80D641

Tints of Mantis #80D641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.58%

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 31.45%
G = 52.58%
B = 15.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#80D641 (or 0x80D641) is known color: Mantis. HEX triplet: 80, D6 and 41. RGB value is (128,214,65). Sum of RGB (Red+Green+Blue) = 128+214+65=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #80D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D641 is #7F29BE. Grayscale: #ABABAB. Windows color (decimal): -8333759 or 4314752. OLE color: 4314752.

HSL color Cylindrical-coordinate representation of color #80D641: hue angle of 94.63º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80D641 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 65 -
CMYK 0.40 0 0.70 0.16
HSL 94.63º 0.65% 0.55% -
HSV(B) 94.63º 0.7% 0.84% -
XYZ 33.9 53.06 13.46 -
YUV 171.3 68.01 97.12 -
System Red Green Blue C M Y K H S L
Decimal 128 214 65 0.40 0 0.70 0.16 94.63 0.65 0.55
Hex 80 D6 41 28 0 46 10 5F 41 37
Octal 200 326 101 50 0 106 20 137 101 67
Binary 10000000 11010110 1000001 101000 0 1000110 10000 1011111 1000001 110111

Color Harmonies of #80D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D641

Black with #80D641

Text Example


Text Example

White with #80D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,65); }

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

background-color css

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

 a { background-color: rgb(128,214,65); }

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

border-color css

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

 span { border-color: rgb(128,214,65); }

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