#82CA40

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

Shades of Atlantis #82CA40

Tints of Atlantis #82CA40

Color information

#82CA40 (or 0x82CA40) is unknown color: approx Atlantis. HEX triplet: 82, CA and 40. RGB value is (130,202,64). Sum of RGB (Red+Green+Blue) = 130+202+64=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA40 is #7D35BF. Grayscale: #A5A5A5. Windows color (decimal): -8205760 or 4246146. OLE color: 4246146.

HSL color Cylindrical-coordinate representation of color #82CA40: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82CA40 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB13020264-
CMYK0.3600.680.21
HSL91.3º56.56%52.16%-
HSV(B)91.3º68.32%79.22%-
XYZ31.2547.3612.34-
YUV164.7471.15103.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=32.83%
G=51.01%
B=16.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202640.3600.680.2191.356.5652.16
Hex82CA4024044155b3934
Octal202312100440104251337164
Binary1000001011001010100000010010001000100101011011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,64); }

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

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

 a { background-color: rgb(130,202,64); }

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

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

 span { border-color: rgb(130,202,64); }

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