Shades of Atlantis #9BDD37
Tints of Atlantis #9BDD37
RGB
CMYK
RGB Variations
Color information
#9BDD37 (or 0x9BDD37) is known color: Atlantis. HEX triplet: 9B, DD and 37. RGB value is (155,221,55). Sum of RGB (Red+Green+Blue) = 155+221+55=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDD37 is #6422C8. Grayscale: #B6B6B6. Windows color (decimal): -6562505 or 3661211. OLE color: 3661211.
HSL color Cylindrical-coordinate representation of color #9BDD37: hue angle of 83.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BDD37 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 55 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.13 |
| HSL | 83.86º | 0.71% | 0.54% | - |
| HSV(B) | 83.86º | 0.75% | 0.87% | - |
| XYZ | 40.06 | 58.96 | 12.88 | - |
| YUV | 182.34 | 56.13 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 55 | 0.30 | 0 | 0.75 | 0.13 | 83.86 | 0.71 | 0.54 |
| Hex | 9B | DD | 37 | 1E | 0 | 4B | D | 54 | 47 | 36 |
| Octal | 233 | 335 | 67 | 36 | 0 | 113 | 15 | 124 | 107 | 66 |
| Binary | 10011011 | 11011101 | 110111 | 11110 | 0 | 1001011 | 1101 | 1010100 | 1000111 | 110110 |
Color Harmonies of #9BDD37
Complementary color
Monochromatic Colors of #9BDD37
Black with #9BDD37
Text Example
Text Example
White with #9BDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDD37; }
p { color: rgb(155,221,55); }
H1.HeaderClassName
{
color: #9BDD37;
}
.AnyTagClassName
{
color: #9BDD37;
}
</style>
background-color css
<style>
a { background-color: #9BDD37; }
a { background-color: rgb(155,221,55); }
div.DivClassName
{
background-color: #9BDD37;
}
.BgClassName
{
background-color: #9BDD37;
}
</style>
border-color css
<style>
span { border-color: #9BDD37; }
span { border-color: rgb(155,221,55); }
td.TdClassName
{
border-color: #9BDD37;
}
.TagClassName
{
border-color: #9BDD37;
}
</style>