Shades of Atlantis #96DB38
Tints of Atlantis #96DB38
RGB
CMYK
RGB Variations
Color information
#96DB38 (or 0x96DB38) is known color: Atlantis. HEX triplet: 96, DB and 38. RGB value is (150,219,56). Sum of RGB (Red+Green+Blue) = 150+219+56=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB38 is #6924C7. Grayscale: #B4B4B4. Windows color (decimal): -6890696 or 3726230. OLE color: 3726230.
HSL color Cylindrical-coordinate representation of color #96DB38: hue angle of 85.4º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96DB38 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 56 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.14 |
| HSL | 85.4º | 0.69% | 0.54% | - |
| HSV(B) | 85.4º | 0.74% | 0.86% | - |
| XYZ | 38.62 | 57.43 | 12.79 | - |
| YUV | 179.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 56 | 0.32 | 0 | 0.74 | 0.14 | 85.4 | 0.69 | 0.54 |
| Hex | 96 | DB | 38 | 20 | 0 | 4A | E | 55 | 45 | 36 |
| Octal | 226 | 333 | 70 | 40 | 0 | 112 | 16 | 125 | 105 | 66 |
| Binary | 10010110 | 11011011 | 111000 | 100000 | 0 | 1001010 | 1110 | 1010101 | 1000101 | 110110 |
Color Harmonies of #96DB38
Complementary color
Monochromatic Colors of #96DB38
Black with #96DB38
Text Example
Text Example
White with #96DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB38; }
p { color: rgb(150,219,56); }
H1.HeaderClassName
{
color: #96DB38;
}
.AnyTagClassName
{
color: #96DB38;
}
</style>
background-color css
<style>
a { background-color: #96DB38; }
a { background-color: rgb(150,219,56); }
div.DivClassName
{
background-color: #96DB38;
}
.BgClassName
{
background-color: #96DB38;
}
</style>
border-color css
<style>
span { border-color: #96DB38; }
span { border-color: rgb(150,219,56); }
td.TdClassName
{
border-color: #96DB38;
}
.TagClassName
{
border-color: #96DB38;
}
</style>