Shades of Atlantis #98C555
Tints of Atlantis #98C555
RGB
CMYK
RGB Variations
Color information
#98C555 (or 0x98C555) is known color: Atlantis. HEX triplet: 98, C5 and 55. RGB value is (152,197,85). Sum of RGB (Red+Green+Blue) = 152+197+85=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #98C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C555 is #673AAA. Grayscale: #ABABAB. Windows color (decimal): -6765227 or 5621144. OLE color: 5621144.
HSL color Cylindrical-coordinate representation of color #98C555: hue angle of 84.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98C555 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 85 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.23 |
| HSL | 84.11º | 0.49% | 0.55% | - |
| HSV(B) | 84.11º | 0.57% | 0.77% | - |
| XYZ | 34.55 | 47.26 | 15.9 | - |
| YUV | 170.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 85 | 0.23 | 0 | 0.57 | 0.23 | 84.11 | 0.49 | 0.55 |
| Hex | 98 | C5 | 55 | 17 | 0 | 39 | 17 | 54 | 31 | 37 |
| Octal | 230 | 305 | 125 | 27 | 0 | 71 | 27 | 124 | 61 | 67 |
| Binary | 10011000 | 11000101 | 1010101 | 10111 | 0 | 111001 | 10111 | 1010100 | 110001 | 110111 |
Color Harmonies of #98C555
Complementary color
Monochromatic Colors of #98C555
Black with #98C555
Text Example
Text Example
White with #98C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C555; }
p { color: rgb(152,197,85); }
H1.HeaderClassName
{
color: #98C555;
}
.AnyTagClassName
{
color: #98C555;
}
</style>
background-color css
<style>
a { background-color: #98C555; }
a { background-color: rgb(152,197,85); }
div.DivClassName
{
background-color: #98C555;
}
.BgClassName
{
background-color: #98C555;
}
</style>
border-color css
<style>
span { border-color: #98C555; }
span { border-color: rgb(152,197,85); }
td.TdClassName
{
border-color: #98C555;
}
.TagClassName
{
border-color: #98C555;
}
</style>