Shades of Atlantis #83EF34
Tints of Atlantis #83EF34
RGB
CMYK
RGB Variations
Color information
#83EF34 (or 0x83EF34) is known color: Atlantis. HEX triplet: 83, EF and 34. RGB value is (131,239,52). Sum of RGB (Red+Green+Blue) = 131+239+52=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #83EF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EF34 is #7C10CB. Grayscale: #BABABA. Windows color (decimal): -8130764 or 3469187. OLE color: 3469187.
HSL color Cylindrical-coordinate representation of color #83EF34: hue angle of 94.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83EF34 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 239 | 52 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.06 |
| HSL | 94.65º | 0.85% | 0.57% | - |
| HSV(B) | 94.65º | 0.78% | 0.94% | - |
| XYZ | 40.85 | 66.81 | 13.99 | - |
| YUV | 185.39 | 52.72 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 239 | 52 | 0.45 | 0 | 0.78 | 0.06 | 94.65 | 0.85 | 0.57 |
| Hex | 83 | EF | 34 | 2D | 0 | 4E | 6 | 5F | 55 | 39 |
| Octal | 203 | 357 | 64 | 55 | 0 | 116 | 6 | 137 | 125 | 71 |
| Binary | 10000011 | 11101111 | 110100 | 101101 | 0 | 1001110 | 110 | 1011111 | 1010101 | 111001 |
Color Harmonies of #83EF34
Complementary color
Monochromatic Colors of #83EF34
Black with #83EF34
Text Example
Text Example
White with #83EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EF34; }
p { color: rgb(131,239,52); }
H1.HeaderClassName
{
color: #83EF34;
}
.AnyTagClassName
{
color: #83EF34;
}
</style>
background-color css
<style>
a { background-color: #83EF34; }
a { background-color: rgb(131,239,52); }
div.DivClassName
{
background-color: #83EF34;
}
.BgClassName
{
background-color: #83EF34;
}
</style>
border-color css
<style>
span { border-color: #83EF34; }
span { border-color: rgb(131,239,52); }
td.TdClassName
{
border-color: #83EF34;
}
.TagClassName
{
border-color: #83EF34;
}
</style>