#82DB3E

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

Shades of Atlantis #82DB3E

Tints of Atlantis #82DB3E

Color information

#82DB3E (or 0x82DB3E) is unknown color: approx Atlantis. HEX triplet: 82, DB and 3E. RGB value is (130,219,62). Sum of RGB (Red+Green+Blue) = 130+219+62=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DB3E is #7D24C1. Grayscale: #AFAFAF. Windows color (decimal): -8201410 or 4119426. OLE color: 4119426.

HSL color Cylindrical-coordinate representation of color #82DB3E: hue angle of 94.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82DB3E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB13021962-
CMYK0.4100.720.14
HSL94.01º68.56%55.1%-
HSV(B)94.01º71.69%85.88%-
XYZ35.4155.7613.45-
YUV174.4964.5196.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 219 (85.94% from 255) = 53.28%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=31.63%
G=53.28%
B=15.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130219620.4100.720.1494.0168.5655.1
Hex82DB3E29048E5e4537
Octal202333765101101613610567
Binary100000101101101111111010100101001000111010111101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,62); }

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

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

 a { background-color: rgb(130,219,62); }

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

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

 span { border-color: rgb(130,219,62); }

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