#82C63F

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

Shades of Atlantis #82C63F

Tints of Atlantis #82C63F

Color information

#82C63F (or 0x82C63F) is unknown color: approx Atlantis. HEX triplet: 82, C6 and 3F. RGB value is (130,198,63). Sum of RGB (Red+Green+Blue) = 130+198+63=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #82C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C63F is #7D39C0. Grayscale: #A2A2A2. Windows color (decimal): -8206785 or 4179586. OLE color: 4179586.

HSL color Cylindrical-coordinate representation of color #82C63F: hue angle of 90.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82C63F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB13019863-
CMYK0.3400.680.22
HSL90.22º54.22%51.18%-
HSV(B)90.22º68.18%77.65%-
XYZ30.345.4911.89-
YUV162.2871.97104.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 63 (25% from 255) = 16.11%
R=33.25%
G=50.64%
B=16.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130198630.3400.680.2290.2254.2251.18
Hex82C63F22044165a3633
Octal20230677420104261326663
Binary100000101100011011111110001001000100101101011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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