Html Css Color HEX #80D645 Mantis

📋 copy color: '#80D645'

red 128 ◦ green 214 ◦ blue 69

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

Shades of Mantis #80D645

Tints of Mantis #80D645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.79%

R = 31.14%
G = 52.07%
B = 16.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#80D645 (or 0x80D645) is known color: Mantis. HEX triplet: 80, D6 and 45. RGB value is (128,214,69). Sum of RGB (Red+Green+Blue) = 128+214+69=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #80D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D645 is #7F29BA. Grayscale: #ACACAC. Windows color (decimal): -8333755 or 4576896. OLE color: 4576896.

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

Color convert

RGB 128 214 69 -
CMYK 0.40 0 0.68 0.16
HSL 95.59º 0.64% 0.55% -
HSV(B) 95.59º 0.68% 0.84% -
XYZ 34.02 53.11 14.09 -
YUV 171.76 70.01 96.79 -
System Red Green Blue C M Y K H S L
Decimal 128 214 69 0.40 0 0.68 0.16 95.59 0.64 0.55
Hex 80 D6 45 28 0 44 10 60 40 37
Octal 200 326 105 50 0 104 20 140 100 67
Binary 10000000 11010110 1000101 101000 0 1000100 10000 1100000 1000000 110111

Color Harmonies of #80D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D645

Black with #80D645

Text Example


Text Example

White with #80D645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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