Shades of Atlantis #83EC2F
Tints of Atlantis #83EC2F
RGB
CMYK
RGB Variations
Color information
#83EC2F (or 0x83EC2F) is known color: Atlantis. HEX triplet: 83, EC and 2F. RGB value is (131,236,47). Sum of RGB (Red+Green+Blue) = 131+236+47=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #83EC2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EC2F is #7C13D0. Grayscale: #B7B7B7. Windows color (decimal): -8131537 or 3140739. OLE color: 3140739.
HSL color Cylindrical-coordinate representation of color #83EC2F: hue angle of 93.33º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83EC2F is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 47 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.07 |
| HSL | 93.33º | 0.83% | 0.55% | - |
| HSV(B) | 93.33º | 0.8% | 0.93% | - |
| XYZ | 39.87 | 65.02 | 13.14 | - |
| YUV | 183.06 | 51.21 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 47 | 0.44 | 0 | 0.80 | 0.07 | 93.33 | 0.83 | 0.55 |
| Hex | 83 | EC | 2F | 2C | 0 | 50 | 7 | 5D | 53 | 37 |
| Octal | 203 | 354 | 57 | 54 | 0 | 120 | 7 | 135 | 123 | 67 |
| Binary | 10000011 | 11101100 | 101111 | 101100 | 0 | 1010000 | 111 | 1011101 | 1010011 | 110111 |
Color Harmonies of #83EC2F
Complementary color
Monochromatic Colors of #83EC2F
Black with #83EC2F
Text Example
Text Example
White with #83EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EC2F; }
p { color: rgb(131,236,47); }
H1.HeaderClassName
{
color: #83EC2F;
}
.AnyTagClassName
{
color: #83EC2F;
}
</style>
background-color css
<style>
a { background-color: #83EC2F; }
a { background-color: rgb(131,236,47); }
div.DivClassName
{
background-color: #83EC2F;
}
.BgClassName
{
background-color: #83EC2F;
}
</style>
border-color css
<style>
span { border-color: #83EC2F; }
span { border-color: rgb(131,236,47); }
td.TdClassName
{
border-color: #83EC2F;
}
.TagClassName
{
border-color: #83EC2F;
}
</style>