Shades of Atlantis #96DD34
Tints of Atlantis #96DD34
RGB
CMYK
RGB Variations
Color information
#96DD34 (or 0x96DD34) is known color: Atlantis. HEX triplet: 96, DD and 34. RGB value is (150,221,52). Sum of RGB (Red+Green+Blue) = 150+221+52=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD34 is #6922CB. Grayscale: #B5B5B5. Windows color (decimal): -6890188 or 3464598. OLE color: 3464598.
HSL color Cylindrical-coordinate representation of color #96DD34: hue angle of 85.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96DD34 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 52 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.13 |
| HSL | 85.21º | 0.71% | 0.54% | - |
| HSV(B) | 85.21º | 0.76% | 0.87% | - |
| XYZ | 39.05 | 58.44 | 12.47 | - |
| YUV | 180.51 | 55.48 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 52 | 0.32 | 0 | 0.76 | 0.13 | 85.21 | 0.71 | 0.54 |
| Hex | 96 | DD | 34 | 20 | 0 | 4C | D | 55 | 47 | 36 |
| Octal | 226 | 335 | 64 | 40 | 0 | 114 | 15 | 125 | 107 | 66 |
| Binary | 10010110 | 11011101 | 110100 | 100000 | 0 | 1001100 | 1101 | 1010101 | 1000111 | 110110 |
Color Harmonies of #96DD34
Complementary color
Monochromatic Colors of #96DD34
Black with #96DD34
Text Example
Text Example
White with #96DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD34; }
p { color: rgb(150,221,52); }
H1.HeaderClassName
{
color: #96DD34;
}
.AnyTagClassName
{
color: #96DD34;
}
</style>
background-color css
<style>
a { background-color: #96DD34; }
a { background-color: rgb(150,221,52); }
div.DivClassName
{
background-color: #96DD34;
}
.BgClassName
{
background-color: #96DD34;
}
</style>
border-color css
<style>
span { border-color: #96DD34; }
span { border-color: rgb(150,221,52); }
td.TdClassName
{
border-color: #96DD34;
}
.TagClassName
{
border-color: #96DD34;
}
</style>