Html Css Color HEX #82D539 Atlantis

📋 copy color: '#82D539'

red 130 ◦ green 213 ◦ blue 57

#82D539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #82D539

Tints of Atlantis #82D539

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 213 (83.59% from 255) = 53.25%

 BLUE value IS 57 (22.66% from 255) = 14.25%

R = 32.5%
G = 53.25%
B = 14.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#82D539 (or 0x82D539) is known color: Atlantis. HEX triplet: 82, D5 and 39. RGB value is (130,213,57). Sum of RGB (Red+Green+Blue) = 130+213+57=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #82D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D539 is #7D2AC6. Grayscale: #AAAAAA. Windows color (decimal): -8202951 or 3790210. OLE color: 3790210.

HSL color Cylindrical-coordinate representation of color #82D539: hue angle of 91.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82D539 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 57 -
CMYK 0.39 0 0.73 0.16
HSL 91.92º 0.65% 0.53% -
HSV(B) 91.92º 0.73% 0.84% -
XYZ 33.74 52.63 12.25 -
YUV 170.4 64 99.18 -
System Red Green Blue C M Y K H S L
Decimal 130 213 57 0.39 0 0.73 0.16 91.92 0.65 0.53
Hex 82 D5 39 27 0 49 10 5C 41 35
Octal 202 325 71 47 0 111 20 134 101 65
Binary 10000010 11010101 111001 100111 0 1001001 10000 1011100 1000001 110101

Color Harmonies of #82D539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D539

Black with #82D539

Text Example


Text Example

White with #82D539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,57); }

 H1.HeaderClassName
 {
   color: #82D539;
 }
 .AnyTagClassName
 {
   color: #82D539;
 }
</style>

background-color css

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

 a { background-color: rgb(130,213,57); }

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

border-color css

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

 span { border-color: rgb(130,213,57); }

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