#81D63B

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

Shades of Atlantis #81D63B

Tints of Atlantis #81D63B

Color information

#81D63B (or 0x81D63B) is unknown color: approx Atlantis. HEX triplet: 81, D6 and 3B. RGB value is (129,214,59). Sum of RGB (Red+Green+Blue) = 129+214+59=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #81D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D63B is #7E29C4. Grayscale: #ABABAB. Windows color (decimal): -8268229 or 3921537. OLE color: 3921537.

HSL color Cylindrical-coordinate representation of color #81D63B: hue angle of 92.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81D63B is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB12921459-
CMYK0.4000.720.16
HSL92.9º65.4%53.53%-
HSV(B)92.9º72.43%83.92%-
XYZ33.8953.0812.6-
YUV170.9264.8498.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 214 (83.98% from 255) = 53.23%
BLUE value IS 59 (23.44% from 255) = 14.68%
R=32.09%
G=53.23%
B=14.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129214590.4000.720.1692.965.453.53
Hex81D63B28048105d4136
Octal201326735001102013510166
Binary1000000111010110111011101000010010001000010111011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,214,59); }

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

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

 a { background-color: rgb(129,214,59); }

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

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

 span { border-color: rgb(129,214,59); }

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