Shades of Atlantis #98CB55
Tints of Atlantis #98CB55
RGB
CMYK
RGB Variations
Color information
#98CB55 (or 0x98CB55) is known color: Atlantis. HEX triplet: 98, CB and 55. RGB value is (152,203,85). Sum of RGB (Red+Green+Blue) = 152+203+85=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB55 is #6734AA. Grayscale: #AEAEAE. Windows color (decimal): -6763691 or 5622680. OLE color: 5622680.
HSL color Cylindrical-coordinate representation of color #98CB55: hue angle of 85.93º 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 #98CB55 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 85 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.20 |
| HSL | 85.93º | 0.53% | 0.56% | - |
| HSV(B) | 85.93º | 0.58% | 0.8% | - |
| XYZ | 35.94 | 50.04 | 16.36 | - |
| YUV | 174.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 85 | 0.25 | 0 | 0.58 | 0.20 | 85.93 | 0.53 | 0.56 |
| Hex | 98 | CB | 55 | 19 | 0 | 3A | 14 | 56 | 35 | 38 |
| Octal | 230 | 313 | 125 | 31 | 0 | 72 | 24 | 126 | 65 | 70 |
| Binary | 10011000 | 11001011 | 1010101 | 11001 | 0 | 111010 | 10100 | 1010110 | 110101 | 111000 |
Color Harmonies of #98CB55
Complementary color
Monochromatic Colors of #98CB55
Black with #98CB55
Text Example
Text Example
White with #98CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CB55; }
p { color: rgb(152,203,85); }
H1.HeaderClassName
{
color: #98CB55;
}
.AnyTagClassName
{
color: #98CB55;
}
</style>
background-color css
<style>
a { background-color: #98CB55; }
a { background-color: rgb(152,203,85); }
div.DivClassName
{
background-color: #98CB55;
}
.BgClassName
{
background-color: #98CB55;
}
</style>
border-color css
<style>
span { border-color: #98CB55; }
span { border-color: rgb(152,203,85); }
td.TdClassName
{
border-color: #98CB55;
}
.TagClassName
{
border-color: #98CB55;
}
</style>