Shades of Atlantis #9BDF47
Tints of Atlantis #9BDF47
RGB
CMYK
RGB Variations
Color information
#9BDF47 (or 0x9BDF47) is known color: Atlantis. HEX triplet: 9B, DF and 47. RGB value is (155,223,71). Sum of RGB (Red+Green+Blue) = 155+223+71=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDF47 is #6420B8. Grayscale: #B9B9B9. Windows color (decimal): -6561977 or 4710299. OLE color: 4710299.
HSL color Cylindrical-coordinate representation of color #9BDF47: hue angle of 86.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BDF47 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 71 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.13 |
| HSL | 86.84º | 0.7% | 0.58% | - |
| HSV(B) | 86.84º | 0.68% | 0.87% | - |
| XYZ | 41.04 | 60.2 | 15.42 | - |
| YUV | 185.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 71 | 0.30 | 0 | 0.68 | 0.13 | 86.84 | 0.7 | 0.58 |
| Hex | 9B | DF | 47 | 1E | 0 | 44 | D | 57 | 46 | 3A |
| Octal | 233 | 337 | 107 | 36 | 0 | 104 | 15 | 127 | 106 | 72 |
| Binary | 10011011 | 11011111 | 1000111 | 11110 | 0 | 1000100 | 1101 | 1010111 | 1000110 | 111010 |
Color Harmonies of #9BDF47
Complementary color
Monochromatic Colors of #9BDF47
Black with #9BDF47
Text Example
Text Example
White with #9BDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDF47; }
p { color: rgb(155,223,71); }
H1.HeaderClassName
{
color: #9BDF47;
}
.AnyTagClassName
{
color: #9BDF47;
}
</style>
background-color css
<style>
a { background-color: #9BDF47; }
a { background-color: rgb(155,223,71); }
div.DivClassName
{
background-color: #9BDF47;
}
.BgClassName
{
background-color: #9BDF47;
}
</style>
border-color css
<style>
span { border-color: #9BDF47; }
span { border-color: rgb(155,223,71); }
td.TdClassName
{
border-color: #9BDF47;
}
.TagClassName
{
border-color: #9BDF47;
}
</style>