#82E646

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

Shades of Atlantis #82E646

Tints of Atlantis #82E646

Color information

#82E646 (or 0x82E646) is unknown color: approx Atlantis. HEX triplet: 82, E6 and 46. RGB value is (130,230,70). Sum of RGB (Red+Green+Blue) = 130+230+70=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #82E646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E646 is #7D19B9. Grayscale: #B6B6B6. Windows color (decimal): -8198586 or 4646530. OLE color: 4646530.

HSL color Cylindrical-coordinate representation of color #82E646: hue angle of 97.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82E646 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB13023070-
CMYK0.4300.700.10
HSL97.5º76.19%58.82%-
HSV(B)97.5º69.57%90.2%-
XYZ38.6161.7815.68-
YUV181.8664.8791.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 230 (90.23% from 255) = 53.49%
BLUE value IS 70 (27.73% from 255) = 16.28%
R=30.23%
G=53.49%
B=16.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130230700.4300.700.1097.576.1958.82
Hex82E6462B046A624c3b
Octal2023461065301061214211473
Binary1000001011100110100011010101101000110101011000101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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