#81DC3E

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

Shades of Atlantis #81DC3E

Tints of Atlantis #81DC3E

Color information

#81DC3E (or 0x81DC3E) is unknown color: approx Atlantis. HEX triplet: 81, DC and 3E. RGB value is (129,220,62). Sum of RGB (Red+Green+Blue) = 129+220+62=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 220 (86.33% from 255 or 53.53% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DC3E is #7E23C1. Grayscale: #AFAFAF. Windows color (decimal): -8266690 or 4119681. OLE color: 4119681.

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

Color convert

RGB12922062-
CMYK0.4100.720.14
HSL94.56º69.3%55.29%-
HSV(B)94.56º71.82%86.27%-
XYZ35.5256.213.53-
YUV174.7864.3595.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 220 (86.33% from 255) = 53.53%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=31.39%
G=53.53%
B=15.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal129220620.4100.720.1494.5669.355.29
Hex81DC3E29048E5f4537
Octal201334765101101613710567
Binary100000011101110011111010100101001000111010111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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