#82E63E

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

Shades of Atlantis #82E63E

Tints of Atlantis #82E63E

Color information

#82E63E (or 0x82E63E) is unknown color: approx Atlantis. HEX triplet: 82, E6 and 3E. RGB value is (130,230,62). Sum of RGB (Red+Green+Blue) = 130+230+62=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #82E63E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E63E is #7D19C1. Grayscale: #B5B5B5. Windows color (decimal): -8198594 or 4122242. OLE color: 4122242.

HSL color Cylindrical-coordinate representation of color #82E63E: hue angle of 95.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82E63E is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB13023062-
CMYK0.4300.730.10
HSL95.71º77.06%57.25%-
HSV(B)95.71º73.04%90.2%-
XYZ38.3761.6914.44-
YUV180.9560.8791.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 230 (90.23% from 255) = 54.50%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=30.81%
G=54.50%
B=14.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130230620.4300.730.1095.7177.0657.25
Hex82E63E2B049A604d39
Octal202346765301111214011571
Binary100000101110011011111010101101001001101011000001001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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