Shades of Atlantis #96DF47
Tints of Atlantis #96DF47
RGB
CMYK
RGB Variations
Color information
#96DF47 (or 0x96DF47) is known color: Atlantis. HEX triplet: 96, DF and 47. RGB value is (150,223,71). Sum of RGB (Red+Green+Blue) = 150+223+71=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF47 is #6920B8. Grayscale: #B8B8B8. Windows color (decimal): -6889657 or 4710294. OLE color: 4710294.
HSL color Cylindrical-coordinate representation of color #96DF47: hue angle of 88.82º 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 #96DF47 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 71 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.13 |
| HSL | 88.82º | 0.7% | 0.58% | - |
| HSV(B) | 88.82º | 0.68% | 0.87% | - |
| XYZ | 40.1 | 59.71 | 15.37 | - |
| YUV | 183.85 | 64.32 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 71 | 0.33 | 0 | 0.68 | 0.13 | 88.82 | 0.7 | 0.58 |
| Hex | 96 | DF | 47 | 21 | 0 | 44 | D | 59 | 46 | 3A |
| Octal | 226 | 337 | 107 | 41 | 0 | 104 | 15 | 131 | 106 | 72 |
| Binary | 10010110 | 11011111 | 1000111 | 100001 | 0 | 1000100 | 1101 | 1011001 | 1000110 | 111010 |
Color Harmonies of #96DF47
Complementary color
Monochromatic Colors of #96DF47
Black with #96DF47
Text Example
Text Example
White with #96DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF47; }
p { color: rgb(150,223,71); }
H1.HeaderClassName
{
color: #96DF47;
}
.AnyTagClassName
{
color: #96DF47;
}
</style>
background-color css
<style>
a { background-color: #96DF47; }
a { background-color: rgb(150,223,71); }
div.DivClassName
{
background-color: #96DF47;
}
.BgClassName
{
background-color: #96DF47;
}
</style>
border-color css
<style>
span { border-color: #96DF47; }
span { border-color: rgb(150,223,71); }
td.TdClassName
{
border-color: #96DF47;
}
.TagClassName
{
border-color: #96DF47;
}
</style>