Html Css Color HEX #81DD5D Mantis

📋 copy color: '#81DD5D'

red 129 ◦ green 221 ◦ blue 93

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

Shades of Mantis #81DD5D

Tints of Mantis #81DD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 29.12%
G = 49.89%
B = 20.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#81DD5D (or 0x81DD5D) is known color: Mantis. HEX triplet: 81, DD and 5D. RGB value is (129,221,93). Sum of RGB (Red+Green+Blue) = 129+221+93=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DD5D is #7E22A2. Grayscale: #B3B3B3. Windows color (decimal): -8266403 or 6151553. OLE color: 6151553.

HSL color Cylindrical-coordinate representation of color #81DD5D: hue angle of 103.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81DD5D is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 221 93 -
CMYK 0.42 0 0.58 0.13
HSL 103.13º 0.65% 0.62% -
HSV(B) 103.13º 0.58% 0.87% -
XYZ 36.89 57.17 19.45 -
YUV 178.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 129 221 93 0.42 0 0.58 0.13 103.13 0.65 0.62
Hex 81 DD 5D 2A 0 3A D 67 41 3E
Octal 201 335 135 52 0 72 15 147 101 76
Binary 10000001 11011101 1011101 101010 0 111010 1101 1100111 1000001 111110

Color Harmonies of #81DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DD5D

Black with #81DD5D

Text Example


Text Example

White with #81DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,221,93); }

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

background-color css

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

 a { background-color: rgb(129,221,93); }

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

border-color css

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

 span { border-color: rgb(129,221,93); }

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