Shades of Atlantis #9FDD33
Tints of Atlantis #9FDD33
RGB
CMYK
RGB Variations
Color information
#9FDD33 (or 0x9FDD33) is known color: Atlantis. HEX triplet: 9F, DD and 33. RGB value is (159,221,51). Sum of RGB (Red+Green+Blue) = 159+221+51=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDD33 is #6022CC. Grayscale: #B7B7B7. Windows color (decimal): -6300365 or 3399071. OLE color: 3399071.
HSL color Cylindrical-coordinate representation of color #9FDD33: hue angle of 81.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FDD33 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 51 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.13 |
| HSL | 81.88º | 0.71% | 0.53% | - |
| HSV(B) | 81.88º | 0.77% | 0.87% | - |
| XYZ | 40.75 | 59.32 | 12.43 | - |
| YUV | 183.08 | 53.46 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 51 | 0.28 | 0 | 0.77 | 0.13 | 81.88 | 0.71 | 0.53 |
| Hex | 9F | DD | 33 | 1C | 0 | 4D | D | 52 | 47 | 35 |
| Octal | 237 | 335 | 63 | 34 | 0 | 115 | 15 | 122 | 107 | 65 |
| Binary | 10011111 | 11011101 | 110011 | 11100 | 0 | 1001101 | 1101 | 1010010 | 1000111 | 110101 |
Color Harmonies of #9FDD33
Complementary color
Monochromatic Colors of #9FDD33
Black with #9FDD33
Text Example
Text Example
White with #9FDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD33; }
p { color: rgb(159,221,51); }
H1.HeaderClassName
{
color: #9FDD33;
}
.AnyTagClassName
{
color: #9FDD33;
}
</style>
background-color css
<style>
a { background-color: #9FDD33; }
a { background-color: rgb(159,221,51); }
div.DivClassName
{
background-color: #9FDD33;
}
.BgClassName
{
background-color: #9FDD33;
}
</style>
border-color css
<style>
span { border-color: #9FDD33; }
span { border-color: rgb(159,221,51); }
td.TdClassName
{
border-color: #9FDD33;
}
.TagClassName
{
border-color: #9FDD33;
}
</style>