Shades of Atlantis #96DB3C
Tints of Atlantis #96DB3C
RGB
CMYK
RGB Variations
Color information
#96DB3C (or 0x96DB3C) is known color: Atlantis. HEX triplet: 96, DB and 3C. RGB value is (150,219,60). Sum of RGB (Red+Green+Blue) = 150+219+60=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB3C is #6924C3. Grayscale: #B4B4B4. Windows color (decimal): -6890692 or 3988374. OLE color: 3988374.
HSL color Cylindrical-coordinate representation of color #96DB3C: hue angle of 86.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96DB3C is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 60 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.14 |
| HSL | 86.04º | 0.69% | 0.55% | - |
| HSV(B) | 86.04º | 0.73% | 0.86% | - |
| XYZ | 38.72 | 57.47 | 13.33 | - |
| YUV | 180.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 60 | 0.32 | 0 | 0.73 | 0.14 | 86.04 | 0.69 | 0.55 |
| Hex | 96 | DB | 3C | 20 | 0 | 49 | E | 56 | 45 | 37 |
| Octal | 226 | 333 | 74 | 40 | 0 | 111 | 16 | 126 | 105 | 67 |
| Binary | 10010110 | 11011011 | 111100 | 100000 | 0 | 1001001 | 1110 | 1010110 | 1000101 | 110111 |
Color Harmonies of #96DB3C
Complementary color
Monochromatic Colors of #96DB3C
Black with #96DB3C
Text Example
Text Example
White with #96DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB3C; }
p { color: rgb(150,219,60); }
H1.HeaderClassName
{
color: #96DB3C;
}
.AnyTagClassName
{
color: #96DB3C;
}
</style>
background-color css
<style>
a { background-color: #96DB3C; }
a { background-color: rgb(150,219,60); }
div.DivClassName
{
background-color: #96DB3C;
}
.BgClassName
{
background-color: #96DB3C;
}
</style>
border-color css
<style>
span { border-color: #96DB3C; }
span { border-color: rgb(150,219,60); }
td.TdClassName
{
border-color: #96DB3C;
}
.TagClassName
{
border-color: #96DB3C;
}
</style>