#83D83B

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

Shades of Atlantis #83D83B

Tints of Atlantis #83D83B

Color information

#83D83B (or 0x83D83B) is unknown color: approx Atlantis. HEX triplet: 83, D8 and 3B. RGB value is (131,216,59). Sum of RGB (Red+Green+Blue) = 131+216+59=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #83D83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D83B is #7C27C4. Grayscale: #ADADAD. Windows color (decimal): -8136645 or 3922051. OLE color: 3922051.

HSL color Cylindrical-coordinate representation of color #83D83B: hue angle of 92.48º degrees, saturation: 0.67, 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 #83D83B is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB13121659-
CMYK0.3900.730.15
HSL92.48º66.81%53.92%-
HSV(B)92.48º72.69%84.71%-
XYZ34.7154.2512.78-
YUV172.6963.8498.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.27%
GREEN value IS 216 (84.77% from 255) = 53.20%
BLUE value IS 59 (23.44% from 255) = 14.53%
R=32.27%
G=53.20%
B=14.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131216590.3900.730.1592.4866.8153.92
Hex83D83B27049F5c4336
Octal203330734701111713410366
Binary100000111101100011101110011101001001111110111001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,216,59); }

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

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

 a { background-color: rgb(131,216,59); }

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

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

 span { border-color: rgb(131,216,59); }

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