Html Css Color HEX #81D95D Mantis

📋 copy color: '#81D95D'

red 129 ◦ green 217 ◦ blue 93

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

Shades of Mantis #81D95D

Tints of Mantis #81D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.43%

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

R = 29.38%
G = 49.43%
B = 21.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#81D95D (or 0x81D95D) is known color: Mantis. HEX triplet: 81, D9 and 5D. RGB value is (129,217,93). Sum of RGB (Red+Green+Blue) = 129+217+93=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #81D95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D95D is #7E26A2. Grayscale: #B0B0B0. Windows color (decimal): -8267427 or 6150529. OLE color: 6150529.

HSL color Cylindrical-coordinate representation of color #81D95D: hue angle of 102.58º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81D95D is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 217 93 -
CMYK 0.41 0 0.57 0.15
HSL 102.58º 0.62% 0.61% -
HSV(B) 102.58º 0.57% 0.85% -
XYZ 35.84 55.08 19.1 -
YUV 176.55 80.85 94.08 -
System Red Green Blue C M Y K H S L
Decimal 129 217 93 0.41 0 0.57 0.15 102.58 0.62 0.61
Hex 81 D9 5D 29 0 39 F 67 3E 3D
Octal 201 331 135 51 0 71 17 147 76 75
Binary 10000001 11011001 1011101 101001 0 111001 1111 1100111 111110 111101

Color Harmonies of #81D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D95D

Black with #81D95D

Text Example


Text Example

White with #81D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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