#81EB31

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

Shades of Atlantis #81EB31

Tints of Atlantis #81EB31

Color information

#81EB31 (or 0x81EB31) is unknown color: approx Atlantis. HEX triplet: 81, EB and 31. RGB value is (129,235,49). Sum of RGB (Red+Green+Blue) = 129+235+49=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 235 (92.19% from 255 or 56.90% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 235 - color contains mainly: green. Hex color #81EB31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EB31 is #7E14CE. Grayscale: #B6B6B6. Windows color (decimal): -8262863 or 3271553. OLE color: 3271553.

HSL color Cylindrical-coordinate representation of color #81EB31: hue angle of 94.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81EB31 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB12923549-
CMYK0.4500.790.08
HSL94.19º82.3%55.69%-
HSV(B)94.19º79.15%92.16%-
XYZ39.3264.3113.25-
YUV182.152.8890.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 235 (92.19% from 255) = 56.90%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=31.23%
G=56.90%
B=11.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129235490.4500.790.0894.1982.355.69
Hex81EB312D04F85e5238
Octal201353615501171013612270
Binary100000011110101111000110110101001111100010111101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,235,49); }

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

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

 a { background-color: rgb(129,235,49); }

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

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

 span { border-color: rgb(129,235,49); }

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