Shades of Atlantis #96DF3C
Tints of Atlantis #96DF3C
RGB
CMYK
RGB Variations
Color information
#96DF3C (or 0x96DF3C) is known color: Atlantis. HEX triplet: 96, DF and 3C. RGB value is (150,223,60). Sum of RGB (Red+Green+Blue) = 150+223+60=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF3C is #6920C3. Grayscale: #B7B7B7. Windows color (decimal): -6889668 or 3989398. OLE color: 3989398.
HSL color Cylindrical-coordinate representation of color #96DF3C: hue angle of 86.87º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96DF3C is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 60 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.13 |
| HSL | 86.87º | 0.72% | 0.55% | - |
| HSV(B) | 86.87º | 0.73% | 0.87% | - |
| XYZ | 39.78 | 59.59 | 13.68 | - |
| YUV | 182.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 60 | 0.33 | 0 | 0.73 | 0.13 | 86.87 | 0.72 | 0.55 |
| Hex | 96 | DF | 3C | 21 | 0 | 49 | D | 57 | 48 | 37 |
| Octal | 226 | 337 | 74 | 41 | 0 | 111 | 15 | 127 | 110 | 67 |
| Binary | 10010110 | 11011111 | 111100 | 100001 | 0 | 1001001 | 1101 | 1010111 | 1001000 | 110111 |
Color Harmonies of #96DF3C
Complementary color
Monochromatic Colors of #96DF3C
Black with #96DF3C
Text Example
Text Example
White with #96DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF3C; }
p { color: rgb(150,223,60); }
H1.HeaderClassName
{
color: #96DF3C;
}
.AnyTagClassName
{
color: #96DF3C;
}
</style>
background-color css
<style>
a { background-color: #96DF3C; }
a { background-color: rgb(150,223,60); }
div.DivClassName
{
background-color: #96DF3C;
}
.BgClassName
{
background-color: #96DF3C;
}
</style>
border-color css
<style>
span { border-color: #96DF3C; }
span { border-color: rgb(150,223,60); }
td.TdClassName
{
border-color: #96DF3C;
}
.TagClassName
{
border-color: #96DF3C;
}
</style>