Html Css Color HEX #82EC39 Atlantis

📋 copy color: '#82EC39'

red 130 ◦ green 236 ◦ blue 57

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

Shades of Atlantis #82EC39

Tints of Atlantis #82EC39

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.79%

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

R = 30.73%
G = 55.79%
B = 13.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#82EC39 (or 0x82EC39) is known color: Atlantis. HEX triplet: 82, EC and 39. RGB value is (130,236,57). Sum of RGB (Red+Green+Blue) = 130+236+57=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 236 (92.58% from 255 or 55.79% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC39 is #7D13C6. Grayscale: #B8B8B8. Windows color (decimal): -8197063 or 3796098. OLE color: 3796098.

HSL color Cylindrical-coordinate representation of color #82EC39: hue angle of 95.53º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82EC39 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 57 -
CMYK 0.45 0 0.76 0.07
HSL 95.53º 0.82% 0.57% -
HSV(B) 95.53º 0.76% 0.93% -
XYZ 39.94 65.03 14.32 -
YUV 183.9 56.38 89.55 -
System Red Green Blue C M Y K H S L
Decimal 130 236 57 0.45 0 0.76 0.07 95.53 0.82 0.57
Hex 82 EC 39 2D 0 4C 7 60 52 39
Octal 202 354 71 55 0 114 7 140 122 71
Binary 10000010 11101100 111001 101101 0 1001100 111 1100000 1010010 111001

Color Harmonies of #82EC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC39

Black with #82EC39

Text Example


Text Example

White with #82EC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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