Html Css Color HEX #82D83D Atlantis

📋 copy color: '#82D83D'

red 130 ◦ green 216 ◦ blue 61

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

Shades of Atlantis #82D83D

Tints of Atlantis #82D83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.99%

R = 31.94%
G = 53.07%
B = 14.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#82D83D (or 0x82D83D) is known color: Atlantis. HEX triplet: 82, D8 and 3D. RGB value is (130,216,61). Sum of RGB (Red+Green+Blue) = 130+216+61=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #82D83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D83D is #7D27C2. Grayscale: #ADADAD. Windows color (decimal): -8202179 or 4053122. OLE color: 4053122.

HSL color Cylindrical-coordinate representation of color #82D83D: hue angle of 93.29º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82D83D is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 61 -
CMYK 0.40 0 0.72 0.15
HSL 93.29º 0.67% 0.54% -
HSV(B) 93.29º 0.72% 0.85% -
XYZ 34.6 54.19 13.05 -
YUV 172.62 65.01 97.6 -
System Red Green Blue C M Y K H S L
Decimal 130 216 61 0.40 0 0.72 0.15 93.29 0.67 0.54
Hex 82 D8 3D 28 0 48 F 5D 43 36
Octal 202 330 75 50 0 110 17 135 103 66
Binary 10000010 11011000 111101 101000 0 1001000 1111 1011101 1000011 110110

Color Harmonies of #82D83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D83D

Black with #82D83D

Text Example


Text Example

White with #82D83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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