#81DD40

Color #81DD40 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #81DD40

Tints of Atlantis #81DD40

Color information

#81DD40 (or 0x81DD40) is unknown color: approx Atlantis. HEX triplet: 81, DD and 40. RGB value is (129,221,64). Sum of RGB (Red+Green+Blue) = 129+221+64=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DD40 is #7E22BF. Grayscale: #B0B0B0. Windows color (decimal): -8266432 or 4251009. OLE color: 4251009.

HSL color Cylindrical-coordinate representation of color #81DD40: hue angle of 95.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81DD40 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB12922164-
CMYK0.4200.710.13
HSL95.16º69.78%55.88%-
HSV(B)95.16º71.04%86.67%-
XYZ35.8456.7513.92-
YUV175.5965.0294.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=31.16%
G=53.38%
B=15.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129221640.4200.710.1395.1669.7855.88
Hex81DD402A047D5f4638
Octal2013351005201071513710670
Binary1000000111011101100000010101001000111110110111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,221,64); }

 H1.HeaderClassName
 {
   color: #81DD40;
 }
 .AnyTagClassName
 {
   color: #81DD40;
 }
</style>
background-color css

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

 a { background-color: rgb(129,221,64); }

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

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

 span { border-color: rgb(129,221,64); }

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