Shades of Atlantis #83F14A
Tints of Atlantis #83F14A
RGB
CMYK
RGB Variations
Color information
#83F14A (or 0x83F14A) is known color: Atlantis. HEX triplet: 83, F1 and 4A. RGB value is (131,241,74). Sum of RGB (Red+Green+Blue) = 131+241+74=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #83F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F14A is #7C0EB5. Grayscale: #BDBDBD. Windows color (decimal): -8130230 or 4911491. OLE color: 4911491.
HSL color Cylindrical-coordinate representation of color #83F14A: hue angle of 99.52º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83F14A is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 74 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.05 |
| HSL | 99.52º | 0.86% | 0.62% | - |
| HSV(B) | 99.52º | 0.69% | 0.95% | - |
| XYZ | 42.05 | 68.23 | 17.43 | - |
| YUV | 189.07 | 63.06 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 74 | 0.46 | 0 | 0.69 | 0.05 | 99.52 | 0.86 | 0.62 |
| Hex | 83 | F1 | 4A | 2E | 0 | 45 | 5 | 64 | 56 | 3E |
| Octal | 203 | 361 | 112 | 56 | 0 | 105 | 5 | 144 | 126 | 76 |
| Binary | 10000011 | 11110001 | 1001010 | 101110 | 0 | 1000101 | 101 | 1100100 | 1010110 | 111110 |
Color Harmonies of #83F14A
Complementary color
Monochromatic Colors of #83F14A
Black with #83F14A
Text Example
Text Example
White with #83F14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F14A; }
p { color: rgb(131,241,74); }
H1.HeaderClassName
{
color: #83F14A;
}
.AnyTagClassName
{
color: #83F14A;
}
</style>
background-color css
<style>
a { background-color: #83F14A; }
a { background-color: rgb(131,241,74); }
div.DivClassName
{
background-color: #83F14A;
}
.BgClassName
{
background-color: #83F14A;
}
</style>
border-color css
<style>
span { border-color: #83F14A; }
span { border-color: rgb(131,241,74); }
td.TdClassName
{
border-color: #83F14A;
}
.TagClassName
{
border-color: #83F14A;
}
</style>