Shades of Atlantis #83ED32
Tints of Atlantis #83ED32
RGB
CMYK
RGB Variations
Color information
#83ED32 (or 0x83ED32) is known color: Atlantis. HEX triplet: 83, ED and 32. RGB value is (131,237,50). Sum of RGB (Red+Green+Blue) = 131+237+50=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 237 (92.97% from 255 or 56.70% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 237 - color contains mainly: green. Hex color #83ED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83ED32 is #7C12CD. Grayscale: #B8B8B8. Windows color (decimal): -8131278 or 3337603. OLE color: 3337603.
HSL color Cylindrical-coordinate representation of color #83ED32: hue angle of 94.01º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83ED32 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 237 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.07 |
| HSL | 94.01º | 0.84% | 0.56% | - |
| HSV(B) | 94.01º | 0.79% | 0.93% | - |
| XYZ | 40.22 | 65.62 | 13.56 | - |
| YUV | 183.99 | 52.38 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 50 | 0.45 | 0 | 0.79 | 0.07 | 94.01 | 0.84 | 0.56 |
| Hex | 83 | ED | 32 | 2D | 0 | 4F | 7 | 5E | 54 | 38 |
| Octal | 203 | 355 | 62 | 55 | 0 | 117 | 7 | 136 | 124 | 70 |
| Binary | 10000011 | 11101101 | 110010 | 101101 | 0 | 1001111 | 111 | 1011110 | 1010100 | 111000 |
Color Harmonies of #83ED32
Complementary color
Monochromatic Colors of #83ED32
Black with #83ED32
Text Example
Text Example
White with #83ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ED32; }
p { color: rgb(131,237,50); }
H1.HeaderClassName
{
color: #83ED32;
}
.AnyTagClassName
{
color: #83ED32;
}
</style>
background-color css
<style>
a { background-color: #83ED32; }
a { background-color: rgb(131,237,50); }
div.DivClassName
{
background-color: #83ED32;
}
.BgClassName
{
background-color: #83ED32;
}
</style>
border-color css
<style>
span { border-color: #83ED32; }
span { border-color: rgb(131,237,50); }
td.TdClassName
{
border-color: #83ED32;
}
.TagClassName
{
border-color: #83ED32;
}
</style>