Html Css Color HEX #81DC56 Mantis

📋 copy color: '#81DC56'

red 129 ◦ green 220 ◦ blue 86

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

Shades of Mantis #81DC56

Tints of Mantis #81DC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 29.66%
G = 50.57%
B = 19.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#81DC56 (or 0x81DC56) is known color: Mantis. HEX triplet: 81, DC and 56. RGB value is (129,220,86). Sum of RGB (Red+Green+Blue) = 129+220+86=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC56 is #7E23A9. Grayscale: #B1B1B1. Windows color (decimal): -8266666 or 5692545. OLE color: 5692545.

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

Color convert

RGB 129 220 86 -
CMYK 0.41 0 0.61 0.14
HSL 100.75º 0.66% 0.6% -
HSV(B) 100.75º 0.61% 0.86% -
XYZ 36.33 56.53 17.8 -
YUV 177.52 76.35 93.4 -
System Red Green Blue C M Y K H S L
Decimal 129 220 86 0.41 0 0.61 0.14 100.75 0.66 0.6
Hex 81 DC 56 29 0 3D E 65 42 3C
Octal 201 334 126 51 0 75 16 145 102 74
Binary 10000001 11011100 1010110 101001 0 111101 1110 1100101 1000010 111100

Color Harmonies of #81DC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DC56

Black with #81DC56

Text Example


Text Example

White with #81DC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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