Html Css Color HEX #82E840 Atlantis

📋 copy color: '#82E840'

red 130 ◦ green 232 ◦ blue 64

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

Shades of Atlantis #82E840

Tints of Atlantis #82E840

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.46%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 30.52%
G = 54.46%
B = 15.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#82E840 (or 0x82E840) is known color: Atlantis. HEX triplet: 82, E8 and 40. RGB value is (130,232,64). Sum of RGB (Red+Green+Blue) = 130+232+64=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 232 (91.02% from 255 or 54.46% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 232 - color contains mainly: green. Hex color #82E840 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E840 is #7D17BF. Grayscale: #B6B6B6. Windows color (decimal): -8198080 or 4253826. OLE color: 4253826.

HSL color Cylindrical-coordinate representation of color #82E840: hue angle of 96.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82E840 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 232 64 -
CMYK 0.44 0 0.72 0.09
HSL 96.43º 0.79% 0.58% -
HSV(B) 96.43º 0.72% 0.91% -
XYZ 38.99 62.83 14.92 -
YUV 182.35 61.21 90.66 -
System Red Green Blue C M Y K H S L
Decimal 130 232 64 0.44 0 0.72 0.09 96.43 0.79 0.58
Hex 82 E8 40 2C 0 48 9 60 4F 3A
Octal 202 350 100 54 0 110 11 140 117 72
Binary 10000010 11101000 1000000 101100 0 1001000 1001 1100000 1001111 111010

Color Harmonies of #82E840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E840

Black with #82E840

Text Example


Text Example

White with #82E840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,232,64); }

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

background-color css

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

 a { background-color: rgb(130,232,64); }

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

border-color css

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

 span { border-color: rgb(130,232,64); }

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