#82EC39

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

Shades of Atlantis #82EC39

Tints of Atlantis #82EC39

Color information

#82EC39 (or 0x82EC39) is unknown color: approx Atlantis. HEX triplet: 82, EC and 39. RGB value is (130,236,57). Sum of RGB (Red+Green+Blue) = 130+236+57=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC39 is #7D13C6. Grayscale: #B8B8B8. Windows color (decimal): -8197063 or 3796098. OLE color: 3796098.

HSL color Cylindrical-coordinate representation of color #82EC39: hue angle of 95.53º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82EC39 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB13023657-
CMYK0.4500.760.07
HSL95.53º82.49%57.45%-
HSV(B)95.53º75.85%92.55%-
XYZ39.9465.0314.32-
YUV183.956.3889.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 236 (92.58% from 255) = 55.79%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=30.73%
G=55.79%
B=13.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130236570.4500.760.0795.5382.4957.45
Hex82EC392D04C7605239
Octal20235471550114714012271
Binary10000010111011001110011011010100110011111000001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82EC39; }

 p { color: rgb(130,236,57); }

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

<style>
 a { background-color: #82EC39; }

 a { background-color: rgb(130,236,57); }

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

<style>
 span { border-color: #82EC39; }

 span { border-color: rgb(130,236,57); }

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