Shades of Atlantis #83F041
Tints of Atlantis #83F041
RGB
CMYK
RGB Variations
Color information
#83F041 (or 0x83F041) is known color: Atlantis. HEX triplet: 83, F0 and 41. RGB value is (131,240,65). Sum of RGB (Red+Green+Blue) = 131+240+65=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #83F041 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F041 is #7C0FBE. Grayscale: #BCBCBC. Windows color (decimal): -8130495 or 4321411. OLE color: 4321411.
HSL color Cylindrical-coordinate representation of color #83F041: hue angle of 97.37º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83F041 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 65 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.06 |
| HSL | 97.37º | 0.85% | 0.6% | - |
| HSV(B) | 97.37º | 0.73% | 0.94% | - |
| XYZ | 41.47 | 67.53 | 15.85 | - |
| YUV | 187.46 | 58.89 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 65 | 0.45 | 0 | 0.73 | 0.06 | 97.37 | 0.85 | 0.6 |
| Hex | 83 | F0 | 41 | 2D | 0 | 49 | 6 | 61 | 55 | 3C |
| Octal | 203 | 360 | 101 | 55 | 0 | 111 | 6 | 141 | 125 | 74 |
| Binary | 10000011 | 11110000 | 1000001 | 101101 | 0 | 1001001 | 110 | 1100001 | 1010101 | 111100 |
Color Harmonies of #83F041
Complementary color
Monochromatic Colors of #83F041
Black with #83F041
Text Example
Text Example
White with #83F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F041; }
p { color: rgb(131,240,65); }
H1.HeaderClassName
{
color: #83F041;
}
.AnyTagClassName
{
color: #83F041;
}
</style>
background-color css
<style>
a { background-color: #83F041; }
a { background-color: rgb(131,240,65); }
div.DivClassName
{
background-color: #83F041;
}
.BgClassName
{
background-color: #83F041;
}
</style>
border-color css
<style>
span { border-color: #83F041; }
span { border-color: rgb(131,240,65); }
td.TdClassName
{
border-color: #83F041;
}
.TagClassName
{
border-color: #83F041;
}
</style>