#82ED3E

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

Shades of Atlantis #82ED3E

Tints of Atlantis #82ED3E

Color information

#82ED3E (or 0x82ED3E) is unknown color: approx Atlantis. HEX triplet: 82, ED and 3E. RGB value is (130,237,62). Sum of RGB (Red+Green+Blue) = 130+237+62=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED3E is #7D12C1. Grayscale: #B9B9B9. Windows color (decimal): -8196802 or 4124034. OLE color: 4124034.

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

Color convert

RGB13023762-
CMYK0.4500.740.07
HSL96.69º82.94%58.63%-
HSV(B)96.69º73.84%92.94%-
XYZ40.3665.6615.1-
YUV185.0658.5588.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 237 (92.97% from 255) = 55.24%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=30.30%
G=55.24%
B=14.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130237620.4500.740.0796.6982.9458.63
Hex82ED3E2D04A761533b
Octal20235576550112714112373
Binary10000010111011011111101011010100101011111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ED3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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