Html Css Color HEX #82D840 Atlantis

📋 copy color: '#82D840'

red 130 ◦ green 216 ◦ blue 64

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

Shades of Atlantis #82D840

Tints of Atlantis #82D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.68%

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

R = 31.71%
G = 52.68%
B = 15.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#82D840 (or 0x82D840) is known color: Atlantis. HEX triplet: 82, D8 and 40. RGB value is (130,216,64). Sum of RGB (Red+Green+Blue) = 130+216+64=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #82D840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D840 is #7D27BF. Grayscale: #ADADAD. Windows color (decimal): -8202176 or 4249730. OLE color: 4249730.

HSL color Cylindrical-coordinate representation of color #82D840: hue angle of 93.95º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82D840 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 64 -
CMYK 0.40 0 0.70 0.15
HSL 93.95º 0.66% 0.55% -
HSV(B) 93.95º 0.7% 0.85% -
XYZ 34.69 54.23 13.49 -
YUV 172.96 66.51 97.36 -
System Red Green Blue C M Y K H S L
Decimal 130 216 64 0.40 0 0.70 0.15 93.95 0.66 0.55
Hex 82 D8 40 28 0 46 F 5E 42 37
Octal 202 330 100 50 0 106 17 136 102 67
Binary 10000010 11011000 1000000 101000 0 1000110 1111 1011110 1000010 110111

Color Harmonies of #82D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D840

Black with #82D840

Text Example


Text Example

White with #82D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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