#82ED40

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

Shades of Atlantis #82ED40

Tints of Atlantis #82ED40

Color information

#82ED40 (or 0x82ED40) is unknown color: approx Atlantis. HEX triplet: 82, ED and 40. RGB value is (130,237,64). Sum of RGB (Red+Green+Blue) = 130+237+64=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED40 is #7D12BF. Grayscale: #B9B9B9. Windows color (decimal): -8196800 or 4255106. OLE color: 4255106.

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

Color convert

RGB13023764-
CMYK0.4500.730.07
HSL97.11º82.78%59.02%-
HSV(B)97.11º73%92.94%-
XYZ40.4265.6815.4-
YUV185.2859.5588.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 237 (92.97% from 255) = 54.99%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=30.16%
G=54.99%
B=14.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130237640.4500.730.0797.1182.7859.02
Hex82ED402D049761533b
Octal202355100550111714112373
Binary100000101110110110000001011010100100111111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,237,64); }

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

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

 a { background-color: rgb(130,237,64); }

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

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

 span { border-color: rgb(130,237,64); }

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