Html Css Color HEX #82C63E Atlantis

📋 copy color: '#82C63E'

red 130 ◦ green 198 ◦ blue 62

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

Shades of Atlantis #82C63E

Tints of Atlantis #82C63E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.77%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 33.33%
G = 50.77%
B = 15.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#82C63E (or 0x82C63E) is known color: Atlantis. HEX triplet: 82, C6 and 3E. RGB value is (130,198,62). Sum of RGB (Red+Green+Blue) = 130+198+62=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #82C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C63E is #7D39C1. Grayscale: #A2A2A2. Windows color (decimal): -8206786 or 4114050. OLE color: 4114050.

HSL color Cylindrical-coordinate representation of color #82C63E: hue angle of 90º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82C63E is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 62 -
CMYK 0.34 0 0.69 0.22
HSL 90º 0.54% 0.51% -
HSV(B) 90º 0.69% 0.78% -
XYZ 30.27 45.48 11.74 -
YUV 162.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 130 198 62 0.34 0 0.69 0.22 90 0.54 0.51
Hex 82 C6 3E 22 0 45 16 5A 36 33
Octal 202 306 76 42 0 105 26 132 66 63
Binary 10000010 11000110 111110 100010 0 1000101 10110 1011010 110110 110011

Color Harmonies of #82C63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C63E

Black with #82C63E

Text Example


Text Example

White with #82C63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,198,62); }

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

background-color css

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

 a { background-color: rgb(130,198,62); }

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

border-color css

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

 span { border-color: rgb(130,198,62); }

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