Shades of Atlantis #83C93C
Tints of Atlantis #83C93C
RGB
CMYK
RGB Variations
Color information
#83C93C (or 0x83C93C) is known color: Atlantis. HEX triplet: 83, C9 and 3C. RGB value is (131,201,60). Sum of RGB (Red+Green+Blue) = 131+201+60=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #83C93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C93C is #7C36C3. Grayscale: #A4A4A4. Windows color (decimal): -8140484 or 3983747. OLE color: 3983747.
HSL color Cylindrical-coordinate representation of color #83C93C: hue angle of 89.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83C93C is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 60 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.21 |
| HSL | 89.79º | 0.57% | 0.51% | - |
| HSV(B) | 89.79º | 0.7% | 0.79% | - |
| XYZ | 31.06 | 46.92 | 11.7 | - |
| YUV | 164 | 69.31 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 60 | 0.35 | 0 | 0.70 | 0.21 | 89.79 | 0.57 | 0.51 |
| Hex | 83 | C9 | 3C | 23 | 0 | 46 | 15 | 5A | 39 | 33 |
| Octal | 203 | 311 | 74 | 43 | 0 | 106 | 25 | 132 | 71 | 63 |
| Binary | 10000011 | 11001001 | 111100 | 100011 | 0 | 1000110 | 10101 | 1011010 | 111001 | 110011 |
Color Harmonies of #83C93C
Complementary color
Monochromatic Colors of #83C93C
Black with #83C93C
Text Example
Text Example
White with #83C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C93C; }
p { color: rgb(131,201,60); }
H1.HeaderClassName
{
color: #83C93C;
}
.AnyTagClassName
{
color: #83C93C;
}
</style>
background-color css
<style>
a { background-color: #83C93C; }
a { background-color: rgb(131,201,60); }
div.DivClassName
{
background-color: #83C93C;
}
.BgClassName
{
background-color: #83C93C;
}
</style>
border-color css
<style>
span { border-color: #83C93C; }
span { border-color: rgb(131,201,60); }
td.TdClassName
{
border-color: #83C93C;
}
.TagClassName
{
border-color: #83C93C;
}
</style>