Html Css Color HEX #82DE40 Atlantis

📋 copy color: '#82DE40'

red 130 ◦ green 222 ◦ blue 64

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

Shades of Atlantis #82DE40

Tints of Atlantis #82DE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.37%

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

R = 31.25%
G = 53.37%
B = 15.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#82DE40 (or 0x82DE40) is known color: Atlantis. HEX triplet: 82, DE and 40. RGB value is (130,222,64). Sum of RGB (Red+Green+Blue) = 130+222+64=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DE40 is #7D21BF. Grayscale: #B1B1B1. Windows color (decimal): -8200640 or 4251266. OLE color: 4251266.

HSL color Cylindrical-coordinate representation of color #82DE40: hue angle of 94.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82DE40 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 222 64 -
CMYK 0.41 0 0.71 0.13
HSL 94.94º 0.71% 0.56% -
HSV(B) 94.94º 0.71% 0.87% -
XYZ 36.25 57.36 14.01 -
YUV 176.48 64.52 94.85 -
System Red Green Blue C M Y K H S L
Decimal 130 222 64 0.41 0 0.71 0.13 94.94 0.71 0.56
Hex 82 DE 40 29 0 47 D 5F 47 38
Octal 202 336 100 51 0 107 15 137 107 70
Binary 10000010 11011110 1000000 101001 0 1000111 1101 1011111 1000111 111000

Color Harmonies of #82DE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DE40

Black with #82DE40

Text Example


Text Example

White with #82DE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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