Html Css Color HEX #81D045 Mantis

📋 copy color: '#81D045'

red 129 ◦ green 208 ◦ blue 69

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

Shades of Mantis #81D045

Tints of Mantis #81D045

RGB

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

 GREEN value IS 208 (81.64% from 255) = 51.23%

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

R = 31.77%
G = 51.23%
B = 17%

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

#81D045 (or 0x81D045) is known color: Mantis. HEX triplet: 81, D0 and 45. RGB value is (129,208,69). Sum of RGB (Red+Green+Blue) = 129+208+69=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #81D045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D045 is #7E2FBA. Grayscale: #A9A9A9. Windows color (decimal): -8269755 or 4575361. OLE color: 4575361.

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

Color convert

RGB 129 208 69 -
CMYK 0.38 0 0.67 0.18
HSL 94.1º 0.6% 0.54% -
HSV(B) 94.1º 0.67% 0.82% -
XYZ 32.68 50.21 13.6 -
YUV 168.53 71.83 99.8 -
System Red Green Blue C M Y K H S L
Decimal 129 208 69 0.38 0 0.67 0.18 94.1 0.6 0.54
Hex 81 D0 45 26 0 43 12 5E 3C 36
Octal 201 320 105 46 0 103 22 136 74 66
Binary 10000001 11010000 1000101 100110 0 1000011 10010 1011110 111100 110110

Color Harmonies of #81D045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D045

Black with #81D045

Text Example


Text Example

White with #81D045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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