Shades of Atlantis #96CB55
Tints of Atlantis #96CB55
RGB
CMYK
RGB Variations
Color information
#96CB55 (or 0x96CB55) is known color: Atlantis. HEX triplet: 96, CB and 55. RGB value is (150,203,85). Sum of RGB (Red+Green+Blue) = 150+203+85=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB55 is #6934AA. Grayscale: #AEAEAE. Windows color (decimal): -6894763 or 5622678. OLE color: 5622678.
HSL color Cylindrical-coordinate representation of color #96CB55: hue angle of 86.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96CB55 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 85 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.20 |
| HSL | 86.95º | 0.53% | 0.56% | - |
| HSV(B) | 86.95º | 0.58% | 0.8% | - |
| XYZ | 35.57 | 49.85 | 16.34 | - |
| YUV | 173.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 85 | 0.26 | 0 | 0.58 | 0.20 | 86.95 | 0.53 | 0.56 |
| Hex | 96 | CB | 55 | 1A | 0 | 3A | 14 | 57 | 35 | 38 |
| Octal | 226 | 313 | 125 | 32 | 0 | 72 | 24 | 127 | 65 | 70 |
| Binary | 10010110 | 11001011 | 1010101 | 11010 | 0 | 111010 | 10100 | 1010111 | 110101 | 111000 |
Color Harmonies of #96CB55
Complementary color
Monochromatic Colors of #96CB55
Black with #96CB55
Text Example
Text Example
White with #96CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB55; }
p { color: rgb(150,203,85); }
H1.HeaderClassName
{
color: #96CB55;
}
.AnyTagClassName
{
color: #96CB55;
}
</style>
background-color css
<style>
a { background-color: #96CB55; }
a { background-color: rgb(150,203,85); }
div.DivClassName
{
background-color: #96CB55;
}
.BgClassName
{
background-color: #96CB55;
}
</style>
border-color css
<style>
span { border-color: #96CB55; }
span { border-color: rgb(150,203,85); }
td.TdClassName
{
border-color: #96CB55;
}
.TagClassName
{
border-color: #96CB55;
}
</style>