Html Css Color HEX #83D140 Atlantis

📋 copy color: '#83D140'

red 131 ◦ green 209 ◦ blue 64

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

Shades of Atlantis #83D140

Tints of Atlantis #83D140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.73%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 32.43%
G = 51.73%
B = 15.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#83D140 (or 0x83D140) is known color: Atlantis. HEX triplet: 83, D1 and 40. RGB value is (131,209,64). Sum of RGB (Red+Green+Blue) = 131+209+64=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #83D140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D140 is #7C2EBF. Grayscale: #A9A9A9. Windows color (decimal): -8138432 or 4247939. OLE color: 4247939.

HSL color Cylindrical-coordinate representation of color #83D140: hue angle of 92.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83D140 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 209 64 -
CMYK 0.37 0 0.69 0.18
HSL 92.28º 0.61% 0.54% -
HSV(B) 92.28º 0.69% 0.82% -
XYZ 33.09 50.8 12.91 -
YUV 169.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 131 209 64 0.37 0 0.69 0.18 92.28 0.61 0.54
Hex 83 D1 40 25 0 45 12 5C 3D 36
Octal 203 321 100 45 0 105 22 134 75 66
Binary 10000011 11010001 1000000 100101 0 1000101 10010 1011100 111101 110110

Color Harmonies of #83D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D140

Black with #83D140

Text Example


Text Example

White with #83D140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,209,64); }

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

background-color css

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

 a { background-color: rgb(131,209,64); }

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

border-color css

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

 span { border-color: rgb(131,209,64); }

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