Html Css Color HEX #82EA40 Atlantis

📋 copy color: '#82EA40'

red 130 ◦ green 234 ◦ blue 64

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

Shades of Atlantis #82EA40

Tints of Atlantis #82EA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.67%

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

R = 30.37%
G = 54.67%
B = 14.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#82EA40 (or 0x82EA40) is known color: Atlantis. HEX triplet: 82, EA and 40. RGB value is (130,234,64). Sum of RGB (Red+Green+Blue) = 130+234+64=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EA40 is #7D15BF. Grayscale: #B8B8B8. Windows color (decimal): -8197568 or 4254338. OLE color: 4254338.

HSL color Cylindrical-coordinate representation of color #82EA40: hue angle of 96.71º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82EA40 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 64 -
CMYK 0.44 0 0.73 0.08
HSL 96.71º 0.8% 0.58% -
HSV(B) 96.71º 0.73% 0.92% -
XYZ 39.55 63.96 15.11 -
YUV 183.52 60.54 89.82 -
System Red Green Blue C M Y K H S L
Decimal 130 234 64 0.44 0 0.73 0.08 96.71 0.8 0.58
Hex 82 EA 40 2C 0 49 8 61 50 3A
Octal 202 352 100 54 0 111 10 141 120 72
Binary 10000010 11101010 1000000 101100 0 1001001 1000 1100001 1010000 111010

Color Harmonies of #82EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA40

Black with #82EA40

Text Example


Text Example

White with #82EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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