Shades of Atlantis #83D03F
Tints of Atlantis #83D03F
RGB
CMYK
RGB Variations
Color information
#83D03F (or 0x83D03F) is known color: Atlantis. HEX triplet: 83, D0 and 3F. RGB value is (131,208,63). Sum of RGB (Red+Green+Blue) = 131+208+63=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #83D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D03F is #7C2FC0. Grayscale: #A8A8A8. Windows color (decimal): -8138689 or 4182147. OLE color: 4182147.
HSL color Cylindrical-coordinate representation of color #83D03F: hue angle of 91.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83D03F is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 208 | 63 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.18 |
| HSL | 91.86º | 0.61% | 0.53% | - |
| HSV(B) | 91.86º | 0.7% | 0.82% | - |
| XYZ | 32.81 | 50.3 | 12.68 | - |
| YUV | 168.45 | 68.49 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 208 | 63 | 0.37 | 0 | 0.70 | 0.18 | 91.86 | 0.61 | 0.53 |
| Hex | 83 | D0 | 3F | 25 | 0 | 46 | 12 | 5C | 3D | 35 |
| Octal | 203 | 320 | 77 | 45 | 0 | 106 | 22 | 134 | 75 | 65 |
| Binary | 10000011 | 11010000 | 111111 | 100101 | 0 | 1000110 | 10010 | 1011100 | 111101 | 110101 |
Color Harmonies of #83D03F
Complementary color
Monochromatic Colors of #83D03F
Black with #83D03F
Text Example
Text Example
White with #83D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D03F; }
p { color: rgb(131,208,63); }
H1.HeaderClassName
{
color: #83D03F;
}
.AnyTagClassName
{
color: #83D03F;
}
</style>
background-color css
<style>
a { background-color: #83D03F; }
a { background-color: rgb(131,208,63); }
div.DivClassName
{
background-color: #83D03F;
}
.BgClassName
{
background-color: #83D03F;
}
</style>
border-color css
<style>
span { border-color: #83D03F; }
span { border-color: rgb(131,208,63); }
td.TdClassName
{
border-color: #83D03F;
}
.TagClassName
{
border-color: #83D03F;
}
</style>