#82D241

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

Shades of Atlantis #82D241

Tints of Atlantis #82D241

Color information

#82D241 (or 0x82D241) is unknown color: approx Atlantis. HEX triplet: 82, D2 and 41. RGB value is (130,210,65). Sum of RGB (Red+Green+Blue) = 130+210+65=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #82D241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D241 is #7D2DBE. Grayscale: #AAAAAA. Windows color (decimal): -8203711 or 4313730. OLE color: 4313730.

HSL color Cylindrical-coordinate representation of color #82D241: hue angle of 93.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82D241 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB13021065-
CMYK0.3800.690.18
HSL93.1º61.7%53.92%-
HSV(B)93.1º69.05%82.35%-
XYZ33.2151.2213.14-
YUV169.556999.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 210 (82.42% from 255) = 51.85%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=32.10%
G=51.85%
B=16.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130210650.3800.690.1893.161.753.92
Hex82D24126045125d3e36
Octal202322101460105221357666
Binary1000001011010010100000110011001000101100101011101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,65); }

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

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

 a { background-color: rgb(130,210,65); }

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

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

 span { border-color: rgb(130,210,65); }

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