Shades of Atlantis #98C551
Tints of Atlantis #98C551
RGB
CMYK
RGB Variations
Color information
#98C551 (or 0x98C551) is known color: Atlantis. HEX triplet: 98, C5 and 51. RGB value is (152,197,81). Sum of RGB (Red+Green+Blue) = 152+197+81=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #98C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C551 is #673AAE. Grayscale: #AAAAAA. Windows color (decimal): -6765231 or 5359000. OLE color: 5359000.
HSL color Cylindrical-coordinate representation of color #98C551: hue angle of 83.28º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98C551 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 81 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.23 |
| HSL | 83.28º | 0.5% | 0.55% | - |
| HSV(B) | 83.28º | 0.59% | 0.77% | - |
| XYZ | 34.4 | 47.2 | 15.08 | - |
| YUV | 170.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 81 | 0.23 | 0 | 0.59 | 0.23 | 83.28 | 0.5 | 0.55 |
| Hex | 98 | C5 | 51 | 17 | 0 | 3B | 17 | 53 | 32 | 37 |
| Octal | 230 | 305 | 121 | 27 | 0 | 73 | 27 | 123 | 62 | 67 |
| Binary | 10011000 | 11000101 | 1010001 | 10111 | 0 | 111011 | 10111 | 1010011 | 110010 | 110111 |
Color Harmonies of #98C551
Complementary color
Monochromatic Colors of #98C551
Black with #98C551
Text Example
Text Example
White with #98C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C551; }
p { color: rgb(152,197,81); }
H1.HeaderClassName
{
color: #98C551;
}
.AnyTagClassName
{
color: #98C551;
}
</style>
background-color css
<style>
a { background-color: #98C551; }
a { background-color: rgb(152,197,81); }
div.DivClassName
{
background-color: #98C551;
}
.BgClassName
{
background-color: #98C551;
}
</style>
border-color css
<style>
span { border-color: #98C551; }
span { border-color: rgb(152,197,81); }
td.TdClassName
{
border-color: #98C551;
}
.TagClassName
{
border-color: #98C551;
}
</style>