#82DC44

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

Shades of Atlantis #82DC44

Tints of Atlantis #82DC44

Color information

#82DC44 (or 0x82DC44) is unknown color: approx Atlantis. HEX triplet: 82, DC and 44. RGB value is (130,220,68). Sum of RGB (Red+Green+Blue) = 130+220+68=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DC44 is #7D23BB. Grayscale: #B0B0B0. Windows color (decimal): -8201148 or 4512898. OLE color: 4512898.

HSL color Cylindrical-coordinate representation of color #82DC44: hue angle of 95.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82DC44 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB13022068-
CMYK0.4100.690.14
HSL95.53º68.47%56.47%-
HSV(B)95.53º69.09%86.27%-
XYZ35.8456.3514.46-
YUV175.7667.1895.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 220 (86.33% from 255) = 52.63%
BLUE value IS 68 (26.95% from 255) = 16.27%
R=31.10%
G=52.63%
B=16.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130220680.4100.690.1495.5368.4756.47
Hex82DC4429045E604438
Octal2023341045101051614010470
Binary1000001011011100100010010100101000101111011000001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,68); }

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

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

 a { background-color: rgb(130,220,68); }

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

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

 span { border-color: rgb(130,220,68); }

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