#82E037

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

Shades of Atlantis #82E037

Tints of Atlantis #82E037

Color information

#82E037 (or 0x82E037) is unknown color: approx Atlantis. HEX triplet: 82, E0 and 37. RGB value is (130,224,55). Sum of RGB (Red+Green+Blue) = 130+224+55=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #82E037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E037 is #7D1FC8. Grayscale: #B1B1B1. Windows color (decimal): -8200137 or 3661954. OLE color: 3661954.

HSL color Cylindrical-coordinate representation of color #82E037: hue angle of 93.37º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82E037 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB13022455-
CMYK0.4200.750.12
HSL93.37º73.16%54.71%-
HSV(B)93.37º75.45%87.84%-
XYZ36.5558.3312.95-
YUV176.6359.3694.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 224 (87.89% from 255) = 54.77%
BLUE value IS 55 (21.88% from 255) = 13.45%
R=31.78%
G=54.77%
B=13.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130224550.4200.750.1293.3773.1654.71
Hex82E0372A04BC5d4937
Octal202340675201131413511167
Binary100000101110000011011110101001001011110010111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,55); }

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

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

 a { background-color: rgb(130,224,55); }

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

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

 span { border-color: rgb(130,224,55); }

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