Html Css Color HEX #80D067 Mantis

📋 copy color: '#80D067'

red 128 ◦ green 208 ◦ blue 103

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

Shades of Mantis #80D067

Tints of Mantis #80D067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.38%

 BLUE value IS 103 (40.63% from 255) = 23.46%

R = 29.16%
G = 47.38%
B = 23.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#80D067 (or 0x80D067) is known color: Mantis. HEX triplet: 80, D0 and 67. RGB value is (128,208,103). Sum of RGB (Red+Green+Blue) = 128+208+103=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #80D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D067 is #7F2F98. Grayscale: #ACACAC. Windows color (decimal): -8335257 or 6803584. OLE color: 6803584.

HSL color Cylindrical-coordinate representation of color #80D067: hue angle of 105.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80D067 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 103 -
CMYK 0.38 0 0.50 0.18
HSL 105.71º 0.53% 0.61% -
HSV(B) 105.71º 0.5% 0.82% -
XYZ 33.91 50.68 20.83 -
YUV 172.11 89 96.54 -
System Red Green Blue C M Y K H S L
Decimal 128 208 103 0.38 0 0.50 0.18 105.71 0.53 0.61
Hex 80 D0 67 26 0 32 12 6A 35 3D
Octal 200 320 147 46 0 62 22 152 65 75
Binary 10000000 11010000 1100111 100110 0 110010 10010 1101010 110101 111101

Color Harmonies of #80D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D067

Black with #80D067

Text Example


Text Example

White with #80D067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,103); }

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

background-color css

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

 a { background-color: rgb(128,208,103); }

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

border-color css

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

 span { border-color: rgb(128,208,103); }

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