Html Css Color HEX #81DC45 Mantis

📋 copy color: '#81DC45'

red 129 ◦ green 220 ◦ blue 69

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

Shades of Mantis #81DC45

Tints of Mantis #81DC45

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.63%

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

R = 30.86%
G = 52.63%
B = 16.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#81DC45 (or 0x81DC45) is known color: Mantis. HEX triplet: 81, DC and 45. RGB value is (129,220,69). Sum of RGB (Red+Green+Blue) = 129+220+69=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC45 is #7E23BA. Grayscale: #B0B0B0. Windows color (decimal): -8266683 or 4578433. OLE color: 4578433.

HSL color Cylindrical-coordinate representation of color #81DC45: hue angle of 96.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81DC45 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 220 69 -
CMYK 0.41 0 0.69 0.14
HSL 96.16º 0.68% 0.57% -
HSV(B) 96.16º 0.69% 0.86% -
XYZ 35.72 56.28 14.61 -
YUV 175.58 67.85 94.78 -
System Red Green Blue C M Y K H S L
Decimal 129 220 69 0.41 0 0.69 0.14 96.16 0.68 0.57
Hex 81 DC 45 29 0 45 E 60 44 39
Octal 201 334 105 51 0 105 16 140 104 71
Binary 10000001 11011100 1000101 101001 0 1000101 1110 1100000 1000100 111001

Color Harmonies of #81DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81DC45

Black with #81DC45

Text Example


Text Example

White with #81DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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