#82CA3D

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

Shades of Atlantis #82CA3D

Tints of Atlantis #82CA3D

Color information

#82CA3D (or 0x82CA3D) is unknown color: approx Atlantis. HEX triplet: 82, CA and 3D. RGB value is (130,202,61). Sum of RGB (Red+Green+Blue) = 130+202+61=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA3D is #7D35C2. Grayscale: #A4A4A4. Windows color (decimal): -8205763 or 4049538. OLE color: 4049538.

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

Color convert

RGB13020261-
CMYK0.3600.700.21
HSL90.64º57.09%51.57%-
HSV(B)90.64º69.8%79.22%-
XYZ31.1747.3211.91-
YUV164.469.65103.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=33.08%
G=51.40%
B=15.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202610.3600.700.2190.6457.0951.57
Hex82CA3D24046155b3934
Octal20231275440106251337164
Binary100000101100101011110110010001000110101011011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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