Html Css Color HEX #82EE46 Atlantis

📋 copy color: '#82EE46'

red 130 ◦ green 238 ◦ blue 70

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

Shades of Atlantis #82EE46

Tints of Atlantis #82EE46

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.34%

 BLUE value IS 70 (27.73% from 255) = 15.98%

R = 29.68%
G = 54.34%
B = 15.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#82EE46 (or 0x82EE46) is known color: Atlantis. HEX triplet: 82, EE and 46. RGB value is (130,238,70). Sum of RGB (Red+Green+Blue) = 130+238+70=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EE46 is #7D11B9. Grayscale: #BBBBBB. Windows color (decimal): -8196538 or 4648578. OLE color: 4648578.

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

Color convert

RGB 130 238 70 -
CMYK 0.45 0 0.71 0.07
HSL 98.57º 0.83% 0.6% -
HSV(B) 98.57º 0.71% 0.93% -
XYZ 40.89 66.34 16.44 -
YUV 186.56 62.22 87.66 -
System Red Green Blue C M Y K H S L
Decimal 130 238 70 0.45 0 0.71 0.07 98.57 0.83 0.6
Hex 82 EE 46 2D 0 47 7 63 53 3C
Octal 202 356 106 55 0 107 7 143 123 74
Binary 10000010 11101110 1000110 101101 0 1000111 111 1100011 1010011 111100

Color Harmonies of #82EE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EE46

Black with #82EE46

Text Example


Text Example

White with #82EE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,238,70); }

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

background-color css

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

 a { background-color: rgb(130,238,70); }

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

border-color css

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

 span { border-color: rgb(130,238,70); }

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