Shades of Atlantis #83DA3C
Tints of Atlantis #83DA3C
RGB
CMYK
RGB Variations
Color information
#83DA3C (or 0x83DA3C) is known color: Atlantis. HEX triplet: 83, DA and 3C. RGB value is (131,218,60). Sum of RGB (Red+Green+Blue) = 131+218+60=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DA3C is #7C25C3. Grayscale: #AEAEAE. Windows color (decimal): -8136132 or 3988099. OLE color: 3988099.
HSL color Cylindrical-coordinate representation of color #83DA3C: hue angle of 93.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83DA3C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 60 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.15 |
| HSL | 93.04º | 0.68% | 0.55% | - |
| HSV(B) | 93.04º | 0.72% | 0.85% | - |
| XYZ | 35.25 | 55.29 | 13.09 | - |
| YUV | 173.98 | 63.68 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 60 | 0.40 | 0 | 0.72 | 0.15 | 93.04 | 0.68 | 0.55 |
| Hex | 83 | DA | 3C | 28 | 0 | 48 | F | 5D | 44 | 37 |
| Octal | 203 | 332 | 74 | 50 | 0 | 110 | 17 | 135 | 104 | 67 |
| Binary | 10000011 | 11011010 | 111100 | 101000 | 0 | 1001000 | 1111 | 1011101 | 1000100 | 110111 |
Color Harmonies of #83DA3C
Complementary color
Monochromatic Colors of #83DA3C
Black with #83DA3C
Text Example
Text Example
White with #83DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DA3C; }
p { color: rgb(131,218,60); }
H1.HeaderClassName
{
color: #83DA3C;
}
.AnyTagClassName
{
color: #83DA3C;
}
</style>
background-color css
<style>
a { background-color: #83DA3C; }
a { background-color: rgb(131,218,60); }
div.DivClassName
{
background-color: #83DA3C;
}
.BgClassName
{
background-color: #83DA3C;
}
</style>
border-color css
<style>
span { border-color: #83DA3C; }
span { border-color: rgb(131,218,60); }
td.TdClassName
{
border-color: #83DA3C;
}
.TagClassName
{
border-color: #83DA3C;
}
</style>