Html Css Color HEX #81DC50 Mantis

📋 copy color: '#81DC50'

red 129 ◦ green 220 ◦ blue 80

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

Shades of Mantis #81DC50

Tints of Mantis #81DC50

RGB

 RED value IS 129 (50.78% from 255) = 30.07%

 GREEN value IS 220 (86.33% from 255) = 51.28%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 30.07%
G = 51.28%
B = 18.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#81DC50 (or 0x81DC50) is known color: Mantis. HEX triplet: 81, DC and 50. RGB value is (129,220,80). Sum of RGB (Red+Green+Blue) = 129+220+80=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC50 is #7E23AF. Grayscale: #B1B1B1. Windows color (decimal): -8266672 or 5299329. OLE color: 5299329.

HSL color Cylindrical-coordinate representation of color #81DC50: hue angle of 99º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81DC50 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 220 80 -
CMYK 0.41 0 0.64 0.14
HSL 99º 0.67% 0.59% -
HSV(B) 99º 0.64% 0.86% -
XYZ 36.09 56.43 16.58 -
YUV 176.83 73.35 93.88 -
System Red Green Blue C M Y K H S L
Decimal 129 220 80 0.41 0 0.64 0.14 99 0.67 0.59
Hex 81 DC 50 29 0 40 E 63 43 3B
Octal 201 334 120 51 0 100 16 143 103 73
Binary 10000001 11011100 1010000 101001 0 1000000 1110 1100011 1000011 111011

Color Harmonies of #81DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DC50

Black with #81DC50

Text Example


Text Example

White with #81DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81DC50; }

 p { color: rgb(129,220,80); }

 H1.HeaderClassName
 {
   color: #81DC50;
 }
 .AnyTagClassName
 {
   color: #81DC50;
 }
</style>

background-color css

<style>
 a { background-color: #81DC50; }

 a { background-color: rgb(129,220,80); }

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

border-color css

<style>
 span { border-color: #81DC50; }

 span { border-color: rgb(129,220,80); }

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