Shades of Atlantis #9DBF51
Tints of Atlantis #9DBF51
RGB
CMYK
RGB Variations
Color information
#9DBF51 (or 0x9DBF51) is known color: Atlantis. HEX triplet: 9D, BF and 51. RGB value is (157,191,81). Sum of RGB (Red+Green+Blue) = 157+191+81=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF51 is #6240AE. Grayscale: #A8A8A8. Windows color (decimal): -6439087 or 5357469. OLE color: 5357469.
HSL color Cylindrical-coordinate representation of color #9DBF51: hue angle of 78.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DBF51 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 81 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.25 |
| HSL | 78.55º | 0.46% | 0.53% | - |
| HSV(B) | 78.55º | 0.58% | 0.75% | - |
| XYZ | 34.02 | 45.02 | 14.68 | - |
| YUV | 168.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 81 | 0.18 | 0 | 0.58 | 0.25 | 78.55 | 0.46 | 0.53 |
| Hex | 9D | BF | 51 | 12 | 0 | 3A | 19 | 4F | 2E | 35 |
| Octal | 235 | 277 | 121 | 22 | 0 | 72 | 31 | 117 | 56 | 65 |
| Binary | 10011101 | 10111111 | 1010001 | 10010 | 0 | 111010 | 11001 | 1001111 | 101110 | 110101 |
Color Harmonies of #9DBF51
Complementary color
Monochromatic Colors of #9DBF51
Black with #9DBF51
Text Example
Text Example
White with #9DBF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF51; }
p { color: rgb(157,191,81); }
H1.HeaderClassName
{
color: #9DBF51;
}
.AnyTagClassName
{
color: #9DBF51;
}
</style>
background-color css
<style>
a { background-color: #9DBF51; }
a { background-color: rgb(157,191,81); }
div.DivClassName
{
background-color: #9DBF51;
}
.BgClassName
{
background-color: #9DBF51;
}
</style>
border-color css
<style>
span { border-color: #9DBF51; }
span { border-color: rgb(157,191,81); }
td.TdClassName
{
border-color: #9DBF51;
}
.TagClassName
{
border-color: #9DBF51;
}
</style>