Shades of Atlantis #9DD83D
Tints of Atlantis #9DD83D
RGB
CMYK
RGB Variations
Color information
#9DD83D (or 0x9DD83D) is known color: Atlantis. HEX triplet: 9D, D8 and 3D. RGB value is (157,216,61). Sum of RGB (Red+Green+Blue) = 157+216+61=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD83D is #6227C2. Grayscale: #B5B5B5. Windows color (decimal): -6432707 or 4053149. OLE color: 4053149.
HSL color Cylindrical-coordinate representation of color #9DD83D: hue angle of 82.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD83D is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 61 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.15 |
| HSL | 82.84º | 0.67% | 0.54% | - |
| HSV(B) | 82.84º | 0.72% | 0.85% | - |
| XYZ | 39.3 | 56.62 | 13.27 | - |
| YUV | 180.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 61 | 0.27 | 0 | 0.72 | 0.15 | 82.84 | 0.67 | 0.54 |
| Hex | 9D | D8 | 3D | 1B | 0 | 48 | F | 53 | 43 | 36 |
| Octal | 235 | 330 | 75 | 33 | 0 | 110 | 17 | 123 | 103 | 66 |
| Binary | 10011101 | 11011000 | 111101 | 11011 | 0 | 1001000 | 1111 | 1010011 | 1000011 | 110110 |
Color Harmonies of #9DD83D
Complementary color
Monochromatic Colors of #9DD83D
Black with #9DD83D
Text Example
Text Example
White with #9DD83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD83D; }
p { color: rgb(157,216,61); }
H1.HeaderClassName
{
color: #9DD83D;
}
.AnyTagClassName
{
color: #9DD83D;
}
</style>
background-color css
<style>
a { background-color: #9DD83D; }
a { background-color: rgb(157,216,61); }
div.DivClassName
{
background-color: #9DD83D;
}
.BgClassName
{
background-color: #9DD83D;
}
</style>
border-color css
<style>
span { border-color: #9DD83D; }
span { border-color: rgb(157,216,61); }
td.TdClassName
{
border-color: #9DD83D;
}
.TagClassName
{
border-color: #9DD83D;
}
</style>