#81DD3D

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

Shades of Atlantis #81DD3D

Tints of Atlantis #81DD3D

Color information

#81DD3D (or 0x81DD3D) is unknown color: approx Atlantis. HEX triplet: 81, DD and 3D. RGB value is (129,221,61). Sum of RGB (Red+Green+Blue) = 129+221+61=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DD3D is #7E22C2. Grayscale: #AFAFAF. Windows color (decimal): -8266435 or 4054401. OLE color: 4054401.

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

Color convert

RGB12922161-
CMYK0.4200.720.13
HSL94.5º70.18%55.29%-
HSV(B)94.5º72.4%86.67%-
XYZ35.7556.7213.48-
YUV175.2563.5295.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=31.39%
G=53.77%
B=14.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal129221610.4200.720.1394.570.1855.29
Hex81DD3D2A048D5e4637
Octal201335755201101513610667
Binary100000011101110111110110101001001000110110111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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