Shades of Atlantis #96DE50
Tints of Atlantis #96DE50
RGB
CMYK
RGB Variations
Color information
#96DE50 (or 0x96DE50) is known color: Atlantis. HEX triplet: 96, DE and 50. RGB value is (150,222,80). Sum of RGB (Red+Green+Blue) = 150+222+80=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE50 is #6921AF. Grayscale: #B8B8B8. Windows color (decimal): -6889904 or 5299862. OLE color: 5299862.
HSL color Cylindrical-coordinate representation of color #96DE50: hue angle of 90.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96DE50 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 80 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.13 |
| HSL | 90.42º | 0.68% | 0.59% | - |
| HSV(B) | 90.42º | 0.64% | 0.87% | - |
| XYZ | 40.15 | 59.31 | 16.92 | - |
| YUV | 184.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 80 | 0.32 | 0 | 0.64 | 0.13 | 90.42 | 0.68 | 0.59 |
| Hex | 96 | DE | 50 | 20 | 0 | 40 | D | 5A | 44 | 3B |
| Octal | 226 | 336 | 120 | 40 | 0 | 100 | 15 | 132 | 104 | 73 |
| Binary | 10010110 | 11011110 | 1010000 | 100000 | 0 | 1000000 | 1101 | 1011010 | 1000100 | 111011 |
Color Harmonies of #96DE50
Complementary color
Monochromatic Colors of #96DE50
Black with #96DE50
Text Example
Text Example
White with #96DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DE50; }
p { color: rgb(150,222,80); }
H1.HeaderClassName
{
color: #96DE50;
}
.AnyTagClassName
{
color: #96DE50;
}
</style>
background-color css
<style>
a { background-color: #96DE50; }
a { background-color: rgb(150,222,80); }
div.DivClassName
{
background-color: #96DE50;
}
.BgClassName
{
background-color: #96DE50;
}
</style>
border-color css
<style>
span { border-color: #96DE50; }
span { border-color: rgb(150,222,80); }
td.TdClassName
{
border-color: #96DE50;
}
.TagClassName
{
border-color: #96DE50;
}
</style>