#82D838

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

Shades of Atlantis #82D838

Tints of Atlantis #82D838

Color information

#82D838 (or 0x82D838) is unknown color: approx Atlantis. HEX triplet: 82, D8 and 38. RGB value is (130,216,56). Sum of RGB (Red+Green+Blue) = 130+216+56=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #82D838 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D838 is #7D27C7. Grayscale: #ACACAC. Windows color (decimal): -8202184 or 3725442. OLE color: 3725442.

HSL color Cylindrical-coordinate representation of color #82D838: hue angle of 92.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82D838 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB13021656-
CMYK0.4000.740.15
HSL92.25º67.23%53.33%-
HSV(B)92.25º74.07%84.71%-
XYZ34.4854.1412.37-
YUV172.0562.5198.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 216 (84.77% from 255) = 53.73%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=32.34%
G=53.73%
B=13.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130216560.4000.740.1592.2567.2353.33
Hex82D8382804AF5c4335
Octal202330705001121713410365
Binary100000101101100011100010100001001010111110111001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,56); }

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

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

 a { background-color: rgb(130,216,56); }

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

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

 span { border-color: rgb(130,216,56); }

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