Shades of Atlantis #83EA41
Tints of Atlantis #83EA41
RGB
CMYK
RGB Variations
Color information
#83EA41 (or 0x83EA41) is known color: Atlantis. HEX triplet: 83, EA and 41. RGB value is (131,234,65). Sum of RGB (Red+Green+Blue) = 131+234+65=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #83EA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83EA41 is #7C15BE. Grayscale: #B8B8B8. Windows color (decimal): -8132031 or 4319875. OLE color: 4319875.
HSL color Cylindrical-coordinate representation of color #83EA41: hue angle of 96.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83EA41 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 65 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.08 |
| HSL | 96.57º | 0.8% | 0.59% | - |
| HSV(B) | 96.57º | 0.72% | 0.92% | - |
| XYZ | 39.74 | 64.05 | 15.27 | - |
| YUV | 183.94 | 60.88 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 65 | 0.44 | 0 | 0.72 | 0.08 | 96.57 | 0.8 | 0.59 |
| Hex | 83 | EA | 41 | 2C | 0 | 48 | 8 | 61 | 50 | 3B |
| Octal | 203 | 352 | 101 | 54 | 0 | 110 | 10 | 141 | 120 | 73 |
| Binary | 10000011 | 11101010 | 1000001 | 101100 | 0 | 1001000 | 1000 | 1100001 | 1010000 | 111011 |
Color Harmonies of #83EA41
Complementary color
Monochromatic Colors of #83EA41
Black with #83EA41
Text Example
Text Example
White with #83EA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EA41; }
p { color: rgb(131,234,65); }
H1.HeaderClassName
{
color: #83EA41;
}
.AnyTagClassName
{
color: #83EA41;
}
</style>
background-color css
<style>
a { background-color: #83EA41; }
a { background-color: rgb(131,234,65); }
div.DivClassName
{
background-color: #83EA41;
}
.BgClassName
{
background-color: #83EA41;
}
</style>
border-color css
<style>
span { border-color: #83EA41; }
span { border-color: rgb(131,234,65); }
td.TdClassName
{
border-color: #83EA41;
}
.TagClassName
{
border-color: #83EA41;
}
</style>