Html Css Color HEX #82D63B Atlantis

📋 copy color: '#82D63B'

red 130 ◦ green 214 ◦ blue 59

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

Shades of Atlantis #82D63B

Tints of Atlantis #82D63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

 BLUE value IS 59 (23.44% from 255) = 14.64%

R = 32.26%
G = 53.1%
B = 14.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#82D63B (or 0x82D63B) is known color: Atlantis. HEX triplet: 82, D6 and 3B. RGB value is (130,214,59). Sum of RGB (Red+Green+Blue) = 130+214+59=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #82D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D63B is #7D29C4. Grayscale: #ABABAB. Windows color (decimal): -8202693 or 3921538. OLE color: 3921538.

HSL color Cylindrical-coordinate representation of color #82D63B: hue angle of 92.52º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82D63B is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 59 -
CMYK 0.39 0 0.72 0.16
HSL 92.52º 0.65% 0.54% -
HSV(B) 92.52º 0.72% 0.84% -
XYZ 34.04 53.15 12.6 -
YUV 171.21 64.67 98.6 -
System Red Green Blue C M Y K H S L
Decimal 130 214 59 0.39 0 0.72 0.16 92.52 0.65 0.54
Hex 82 D6 3B 27 0 48 10 5D 41 36
Octal 202 326 73 47 0 110 20 135 101 66
Binary 10000010 11010110 111011 100111 0 1001000 10000 1011101 1000001 110110

Color Harmonies of #82D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D63B

Black with #82D63B

Text Example


Text Example

White with #82D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,59); }

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

background-color css

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

 a { background-color: rgb(130,214,59); }

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

border-color css

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

 span { border-color: rgb(130,214,59); }

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