Html Css Color HEX #83D63D Atlantis

📋 copy color: '#83D63D'

red 131 ◦ green 214 ◦ blue 61

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

Shades of Atlantis #83D63D

Tints of Atlantis #83D63D

RGB

 RED value IS 131 (51.56% from 255) = 32.27%

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

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

R = 32.27%
G = 52.71%
B = 15.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#83D63D (or 0x83D63D) is known color: Atlantis. HEX triplet: 83, D6 and 3D. RGB value is (131,214,61). Sum of RGB (Red+Green+Blue) = 131+214+61=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #83D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D63D is #7C29C2. Grayscale: #ACACAC. Windows color (decimal): -8137155 or 4052611. OLE color: 4052611.

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

Color convert

RGB 131 214 61 -
CMYK 0.39 0 0.71 0.16
HSL 92.55º 0.65% 0.54% -
HSV(B) 92.55º 0.71% 0.84% -
XYZ 34.25 53.26 12.89 -
YUV 171.74 65.5 98.94 -
System Red Green Blue C M Y K H S L
Decimal 131 214 61 0.39 0 0.71 0.16 92.55 0.65 0.54
Hex 83 D6 3D 27 0 47 10 5D 41 36
Octal 203 326 75 47 0 107 20 135 101 66
Binary 10000011 11010110 111101 100111 0 1000111 10000 1011101 1000001 110110

Color Harmonies of #83D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D63D

Black with #83D63D

Text Example


Text Example

White with #83D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83D63D; }

 p { color: rgb(131,214,61); }

 H1.HeaderClassName
 {
   color: #83D63D;
 }
 .AnyTagClassName
 {
   color: #83D63D;
 }
</style>

background-color css

<style>
 a { background-color: #83D63D; }

 a { background-color: rgb(131,214,61); }

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

border-color css

<style>
 span { border-color: #83D63D; }

 span { border-color: rgb(131,214,61); }

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