Shades of Atlantis #83F149
Tints of Atlantis #83F149
RGB
CMYK
RGB Variations
Color information
#83F149 (or 0x83F149) is known color: Atlantis. HEX triplet: 83, F1 and 49. RGB value is (131,241,73). Sum of RGB (Red+Green+Blue) = 131+241+73=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #83F149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F149 is #7C0EB6. Grayscale: #BDBDBD. Windows color (decimal): -8130231 or 4845955. OLE color: 4845955.
HSL color Cylindrical-coordinate representation of color #83F149: hue angle of 99.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83F149 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 73 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.05 |
| HSL | 99.29º | 0.86% | 0.62% | - |
| HSV(B) | 99.29º | 0.7% | 0.95% | - |
| XYZ | 42.02 | 68.22 | 17.26 | - |
| YUV | 188.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 73 | 0.46 | 0 | 0.70 | 0.05 | 99.29 | 0.86 | 0.62 |
| Hex | 83 | F1 | 49 | 2E | 0 | 46 | 5 | 63 | 56 | 3E |
| Octal | 203 | 361 | 111 | 56 | 0 | 106 | 5 | 143 | 126 | 76 |
| Binary | 10000011 | 11110001 | 1001001 | 101110 | 0 | 1000110 | 101 | 1100011 | 1010110 | 111110 |
Color Harmonies of #83F149
Complementary color
Monochromatic Colors of #83F149
Black with #83F149
Text Example
Text Example
White with #83F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F149; }
p { color: rgb(131,241,73); }
H1.HeaderClassName
{
color: #83F149;
}
.AnyTagClassName
{
color: #83F149;
}
</style>
background-color css
<style>
a { background-color: #83F149; }
a { background-color: rgb(131,241,73); }
div.DivClassName
{
background-color: #83F149;
}
.BgClassName
{
background-color: #83F149;
}
</style>
border-color css
<style>
span { border-color: #83F149; }
span { border-color: rgb(131,241,73); }
td.TdClassName
{
border-color: #83F149;
}
.TagClassName
{
border-color: #83F149;
}
</style>