Html Css Color HEX #81D066 Mantis

📋 copy color: '#81D066'

red 129 ◦ green 208 ◦ blue 102

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

Shades of Mantis #81D066

Tints of Mantis #81D066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.23%

R = 29.38%
G = 47.38%
B = 23.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#81D066 (or 0x81D066) is known color: Mantis. HEX triplet: 81, D0 and 66. RGB value is (129,208,102). Sum of RGB (Red+Green+Blue) = 129+208+102=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #81D066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D066 is #7E2F99. Grayscale: #ACACAC. Windows color (decimal): -8269722 or 6738049. OLE color: 6738049.

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

Color convert

RGB 129 208 102 -
CMYK 0.38 0 0.51 0.18
HSL 104.72º 0.53% 0.61% -
HSV(B) 104.72º 0.51% 0.82% -
XYZ 34.01 50.74 20.57 -
YUV 172.3 88.33 97.12 -
System Red Green Blue C M Y K H S L
Decimal 129 208 102 0.38 0 0.51 0.18 104.72 0.53 0.61
Hex 81 D0 66 26 0 33 12 69 35 3D
Octal 201 320 146 46 0 63 22 151 65 75
Binary 10000001 11010000 1100110 100110 0 110011 10010 1101001 110101 111101

Color Harmonies of #81D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D066

Black with #81D066

Text Example


Text Example

White with #81D066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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