#82E83F

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

Shades of Atlantis #82E83F

Tints of Atlantis #82E83F

Color information

#82E83F (or 0x82E83F) is unknown color: approx Atlantis. HEX triplet: 82, E8 and 3F. RGB value is (130,232,63). Sum of RGB (Red+Green+Blue) = 130+232+63=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 232 (91.02% from 255 or 54.59% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 232 - color contains mainly: green. Hex color #82E83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E83F is #7D17C0. Grayscale: #B6B6B6. Windows color (decimal): -8198081 or 4188290. OLE color: 4188290.

HSL color Cylindrical-coordinate representation of color #82E83F: hue angle of 96.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82E83F is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB13023263-
CMYK0.4400.730.09
HSL96.21º78.6%57.84%-
HSV(B)96.21º72.84%90.98%-
XYZ38.9662.8214.77-
YUV182.2460.7190.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 232 (91.02% from 255) = 54.59%
BLUE value IS 63 (25% from 255) = 14.82%
R=30.59%
G=54.59%
B=14.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130232630.4400.730.0996.2178.657.84
Hex82E83F2C0499604f3a
Octal202350775401111114011772
Binary100000101110100011111110110001001001100111000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,232,63); }

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

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

 a { background-color: rgb(130,232,63); }

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

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

 span { border-color: rgb(130,232,63); }

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