Shades of Atlantis #96CF54
Tints of Atlantis #96CF54
RGB
CMYK
RGB Variations
Color information
#96CF54 (or 0x96CF54) is known color: Atlantis. HEX triplet: 96, CF and 54. RGB value is (150,207,84). Sum of RGB (Red+Green+Blue) = 150+207+84=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF54 is #6930AB. Grayscale: #B0B0B0. Windows color (decimal): -6893740 or 5558166. OLE color: 5558166.
HSL color Cylindrical-coordinate representation of color #96CF54: hue angle of 87.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96CF54 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 84 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.19 |
| HSL | 87.8º | 0.56% | 0.57% | - |
| HSV(B) | 87.8º | 0.59% | 0.81% | - |
| XYZ | 36.49 | 51.75 | 16.45 | - |
| YUV | 175.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 84 | 0.28 | 0 | 0.59 | 0.19 | 87.8 | 0.56 | 0.57 |
| Hex | 96 | CF | 54 | 1C | 0 | 3B | 13 | 58 | 38 | 39 |
| Octal | 226 | 317 | 124 | 34 | 0 | 73 | 23 | 130 | 70 | 71 |
| Binary | 10010110 | 11001111 | 1010100 | 11100 | 0 | 111011 | 10011 | 1011000 | 111000 | 111001 |
Color Harmonies of #96CF54
Complementary color
Monochromatic Colors of #96CF54
Black with #96CF54
Text Example
Text Example
White with #96CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF54; }
p { color: rgb(150,207,84); }
H1.HeaderClassName
{
color: #96CF54;
}
.AnyTagClassName
{
color: #96CF54;
}
</style>
background-color css
<style>
a { background-color: #96CF54; }
a { background-color: rgb(150,207,84); }
div.DivClassName
{
background-color: #96CF54;
}
.BgClassName
{
background-color: #96CF54;
}
</style>
border-color css
<style>
span { border-color: #96CF54; }
span { border-color: rgb(150,207,84); }
td.TdClassName
{
border-color: #96CF54;
}
.TagClassName
{
border-color: #96CF54;
}
</style>