Html Css Color HEX #81D85A Mantis

📋 copy color: '#81D85A'

red 129 ◦ green 216 ◦ blue 90

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

Shades of Mantis #81D85A

Tints of Mantis #81D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.66%

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 29.66%
G = 49.66%
B = 20.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#81D85A (or 0x81D85A) is known color: Mantis. HEX triplet: 81, D8 and 5A. RGB value is (129,216,90). Sum of RGB (Red+Green+Blue) = 129+216+90=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #81D85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D85A is #7E27A5. Grayscale: #B0B0B0. Windows color (decimal): -8267686 or 5953665. OLE color: 5953665.

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

Color convert

RGB 129 216 90 -
CMYK 0.40 0 0.58 0.15
HSL 101.43º 0.62% 0.6% -
HSV(B) 101.43º 0.58% 0.85% -
XYZ 35.45 54.52 18.33 -
YUV 175.62 79.68 94.75 -
System Red Green Blue C M Y K H S L
Decimal 129 216 90 0.40 0 0.58 0.15 101.43 0.62 0.6
Hex 81 D8 5A 28 0 3A F 65 3E 3C
Octal 201 330 132 50 0 72 17 145 76 74
Binary 10000001 11011000 1011010 101000 0 111010 1111 1100101 111110 111100

Color Harmonies of #81D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D85A

Black with #81D85A

Text Example


Text Example

White with #81D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,216,90); }

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

background-color css

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

 a { background-color: rgb(129,216,90); }

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

border-color css

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

 span { border-color: rgb(129,216,90); }

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