Shades of Atlantis #96DF40
Tints of Atlantis #96DF40
RGB
CMYK
RGB Variations
Color information
#96DF40 (or 0x96DF40) is known color: Atlantis. HEX triplet: 96, DF and 40. RGB value is (150,223,64). Sum of RGB (Red+Green+Blue) = 150+223+64=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF40 is #6920BF. Grayscale: #B7B7B7. Windows color (decimal): -6889664 or 4251542. OLE color: 4251542.
HSL color Cylindrical-coordinate representation of color #96DF40: hue angle of 87.55º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96DF40 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 64 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.13 |
| HSL | 87.55º | 0.71% | 0.56% | - |
| HSV(B) | 87.55º | 0.71% | 0.87% | - |
| XYZ | 39.89 | 59.63 | 14.26 | - |
| YUV | 183.05 | 60.82 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 64 | 0.33 | 0 | 0.71 | 0.13 | 87.55 | 0.71 | 0.56 |
| Hex | 96 | DF | 40 | 21 | 0 | 47 | D | 58 | 47 | 38 |
| Octal | 226 | 337 | 100 | 41 | 0 | 107 | 15 | 130 | 107 | 70 |
| Binary | 10010110 | 11011111 | 1000000 | 100001 | 0 | 1000111 | 1101 | 1011000 | 1000111 | 111000 |
Color Harmonies of #96DF40
Complementary color
Monochromatic Colors of #96DF40
Black with #96DF40
Text Example
Text Example
White with #96DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF40; }
p { color: rgb(150,223,64); }
H1.HeaderClassName
{
color: #96DF40;
}
.AnyTagClassName
{
color: #96DF40;
}
</style>
background-color css
<style>
a { background-color: #96DF40; }
a { background-color: rgb(150,223,64); }
div.DivClassName
{
background-color: #96DF40;
}
.BgClassName
{
background-color: #96DF40;
}
</style>
border-color css
<style>
span { border-color: #96DF40; }
span { border-color: rgb(150,223,64); }
td.TdClassName
{
border-color: #96DF40;
}
.TagClassName
{
border-color: #96DF40;
}
</style>