#83D93A

Color #83D93A Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #83D93A

Tints of Atlantis #83D93A

Color information

#83D93A (or 0x83D93A) is unknown color: approx Atlantis. HEX triplet: 83, D9 and 3A. RGB value is (131,217,58). Sum of RGB (Red+Green+Blue) = 131+217+58=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #83D93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D93A is #7C26C5. Grayscale: #ADADAD. Windows color (decimal): -8136390 or 3856771. OLE color: 3856771.

HSL color Cylindrical-coordinate representation of color #83D93A: hue angle of 92.45º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83D93A is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB13121758-
CMYK0.4000.730.15
HSL92.45º67.66%53.92%-
HSV(B)92.45º73.27%85.1%-
XYZ34.9454.7612.73-
YUV173.1663.0197.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=32.27%
G=53.45%
B=14.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131217580.4000.730.1592.4567.6653.92
Hex83D93A28049F5c4436
Octal203331725001111713410466
Binary100000111101100111101010100001001001111110111001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,217,58); }

 H1.HeaderClassName
 {
   color: #83D93A;
 }
 .AnyTagClassName
 {
   color: #83D93A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,217,58); }

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

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

 span { border-color: rgb(131,217,58); }

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