Html Css Color HEX #81D145 Mantis

📋 copy color: '#81D145'

red 129 ◦ green 209 ◦ blue 69

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

Shades of Mantis #81D145

Tints of Mantis #81D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.35%

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 31.7%
G = 51.35%
B = 16.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#81D145 (or 0x81D145) is known color: Mantis. HEX triplet: 81, D1 and 45. RGB value is (129,209,69). Sum of RGB (Red+Green+Blue) = 129+209+69=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #81D145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D145 is #7E2EBA. Grayscale: #A9A9A9. Windows color (decimal): -8269499 or 4575617. OLE color: 4575617.

HSL color Cylindrical-coordinate representation of color #81D145: hue angle of 94.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81D145 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 209 69 -
CMYK 0.38 0 0.67 0.18
HSL 94.29º 0.6% 0.55% -
HSV(B) 94.29º 0.67% 0.82% -
XYZ 32.93 50.7 13.68 -
YUV 169.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 129 209 69 0.38 0 0.67 0.18 94.29 0.6 0.55
Hex 81 D1 45 26 0 43 12 5E 3C 37
Octal 201 321 105 46 0 103 22 136 74 67
Binary 10000001 11010001 1000101 100110 0 1000011 10010 1011110 111100 110111

Color Harmonies of #81D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D145

Black with #81D145

Text Example


Text Example

White with #81D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,209,69); }

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

background-color css

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

 a { background-color: rgb(129,209,69); }

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

border-color css

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

 span { border-color: rgb(129,209,69); }

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