#82dd35

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

Shades of Atlantis #82DD35

Tints of Atlantis #82DD35

Color information

#82DD35 (or 0x82DD35) is unknown color: approx Atlantis. HEX triplet: 82, DD and 35. RGB value is (130,221,53). Sum of RGB (Red+Green+Blue) = 130+221+53=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DD35 is #7D22CA. Grayscale: #AFAFAF. Windows color (decimal): -8200907 or 3530114. OLE color: 3530114.

HSL color Cylindrical-coordinate representation of color #82DD35: hue angle of 92.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82DD35 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB13022153-
CMYK0.4100.760.13
HSL92.5º71.19%53.73%-
HSV(B)92.5º76.02%86.67%-
XYZ35.756.7212.43-
YUV174.6459.3596.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 221 (86.72% from 255) = 54.70%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=32.18%
G=54.70%
B=13.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130221530.4100.760.1392.571.1953.73
Hex82DD352904CD5c4736
Octal202335655101141513410766
Binary100000101101110111010110100101001100110110111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82dd35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,53); }

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

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

 a { background-color: rgb(130,221,53); }

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

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

 span { border-color: rgb(130,221,53); }

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