Html Css Color HEX #82C63D Atlantis

📋 copy color: '#82C63D'

red 130 ◦ green 198 ◦ blue 61

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

Shades of Atlantis #82C63D

Tints of Atlantis #82C63D

RGB

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

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

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

R = 33.42%
G = 50.9%
B = 15.68%

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

#82C63D (or 0x82C63D) is known color: Atlantis. HEX triplet: 82, C6 and 3D. RGB value is (130,198,61). Sum of RGB (Red+Green+Blue) = 130+198+61=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #82C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C63D is #7D39C2. Grayscale: #A2A2A2. Windows color (decimal): -8206787 or 4048514. OLE color: 4048514.

HSL color Cylindrical-coordinate representation of color #82C63D: hue angle of 89.78º degrees, saturation: 0.55, 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 #82C63D is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 198 61 -
CMYK 0.34 0 0.69 0.22
HSL 89.78º 0.55% 0.51% -
HSV(B) 89.78º 0.69% 0.78% -
XYZ 30.24 45.47 11.6 -
YUV 162.05 70.97 105.14 -
System Red Green Blue C M Y K H S L
Decimal 130 198 61 0.34 0 0.69 0.22 89.78 0.55 0.51
Hex 82 C6 3D 22 0 45 16 5A 37 33
Octal 202 306 75 42 0 105 26 132 67 63
Binary 10000010 11000110 111101 100010 0 1000101 10110 1011010 110111 110011

Color Harmonies of #82C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C63D

Black with #82C63D

Text Example


Text Example

White with #82C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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