Shades of Atlantis #83F447
Tints of Atlantis #83F447
RGB
CMYK
RGB Variations
Color information
#83F447 (or 0x83F447) is known color: Atlantis. HEX triplet: 83, F4 and 47. RGB value is (131,244,71). Sum of RGB (Red+Green+Blue) = 131+244+71=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #83F447 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F447 is #7C0BB8. Grayscale: #BFBFBF. Windows color (decimal): -8129465 or 4715651. OLE color: 4715651.
HSL color Cylindrical-coordinate representation of color #83F447: hue angle of 99.19º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83F447 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 244 | 71 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.04 |
| HSL | 99.19º | 0.89% | 0.62% | - |
| HSV(B) | 99.19º | 0.71% | 0.96% | - |
| XYZ | 42.85 | 69.98 | 17.21 | - |
| YUV | 190.49 | 60.56 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 244 | 71 | 0.46 | 0 | 0.71 | 0.04 | 99.19 | 0.89 | 0.62 |
| Hex | 83 | F4 | 47 | 2E | 0 | 47 | 4 | 63 | 59 | 3E |
| Octal | 203 | 364 | 107 | 56 | 0 | 107 | 4 | 143 | 131 | 76 |
| Binary | 10000011 | 11110100 | 1000111 | 101110 | 0 | 1000111 | 100 | 1100011 | 1011001 | 111110 |
Color Harmonies of #83F447
Complementary color
Monochromatic Colors of #83F447
Black with #83F447
Text Example
Text Example
White with #83F447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F447; }
p { color: rgb(131,244,71); }
H1.HeaderClassName
{
color: #83F447;
}
.AnyTagClassName
{
color: #83F447;
}
</style>
background-color css
<style>
a { background-color: #83F447; }
a { background-color: rgb(131,244,71); }
div.DivClassName
{
background-color: #83F447;
}
.BgClassName
{
background-color: #83F447;
}
</style>
border-color css
<style>
span { border-color: #83F447; }
span { border-color: rgb(131,244,71); }
td.TdClassName
{
border-color: #83F447;
}
.TagClassName
{
border-color: #83F447;
}
</style>