#82ED42

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

Shades of Atlantis #82ED42

Tints of Atlantis #82ED42

Color information

#82ED42 (or 0x82ED42) is unknown color: approx Atlantis. HEX triplet: 82, ED and 42. RGB value is (130,237,66). Sum of RGB (Red+Green+Blue) = 130+237+66=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED42 is #7D12BD. Grayscale: #BABABA. Windows color (decimal): -8196798 or 4386178. OLE color: 4386178.

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

Color convert

RGB13023766-
CMYK0.4500.720.07
HSL97.54º82.61%59.41%-
HSV(B)97.54º72.15%92.94%-
XYZ40.4765.7115.7-
YUV185.5160.5588.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 237 (92.97% from 255) = 54.73%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=30.02%
G=54.73%
B=15.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130237660.4500.720.0797.5482.6159.41
Hex82ED422D048762533b
Octal202355102550110714212373
Binary100000101110110110000101011010100100011111000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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