Shades of Atlantis #96DB47
Tints of Atlantis #96DB47
RGB
CMYK
RGB Variations
Color information
#96DB47 (or 0x96DB47) is known color: Atlantis. HEX triplet: 96, DB and 47. RGB value is (150,219,71). Sum of RGB (Red+Green+Blue) = 150+219+71=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB47 is #6924B8. Grayscale: #B6B6B6. Windows color (decimal): -6890681 or 4709270. OLE color: 4709270.
HSL color Cylindrical-coordinate representation of color #96DB47: hue angle of 87.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96DB47 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 71 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.14 |
| HSL | 87.97º | 0.67% | 0.57% | - |
| HSV(B) | 87.97º | 0.68% | 0.86% | - |
| XYZ | 39.05 | 57.6 | 15.02 | - |
| YUV | 181.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 71 | 0.32 | 0 | 0.68 | 0.14 | 87.97 | 0.67 | 0.57 |
| Hex | 96 | DB | 47 | 20 | 0 | 44 | E | 58 | 43 | 39 |
| Octal | 226 | 333 | 107 | 40 | 0 | 104 | 16 | 130 | 103 | 71 |
| Binary | 10010110 | 11011011 | 1000111 | 100000 | 0 | 1000100 | 1110 | 1011000 | 1000011 | 111001 |
Color Harmonies of #96DB47
Complementary color
Monochromatic Colors of #96DB47
Black with #96DB47
Text Example
Text Example
White with #96DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB47; }
p { color: rgb(150,219,71); }
H1.HeaderClassName
{
color: #96DB47;
}
.AnyTagClassName
{
color: #96DB47;
}
</style>
background-color css
<style>
a { background-color: #96DB47; }
a { background-color: rgb(150,219,71); }
div.DivClassName
{
background-color: #96DB47;
}
.BgClassName
{
background-color: #96DB47;
}
</style>
border-color css
<style>
span { border-color: #96DB47; }
span { border-color: rgb(150,219,71); }
td.TdClassName
{
border-color: #96DB47;
}
.TagClassName
{
border-color: #96DB47;
}
</style>