Shades of Atlantis #98C550
Tints of Atlantis #98C550
RGB
CMYK
RGB Variations
Color information
#98C550 (or 0x98C550) is known color: Atlantis. HEX triplet: 98, C5 and 50. RGB value is (152,197,80). Sum of RGB (Red+Green+Blue) = 152+197+80=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #98C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98C550 is #673AAF. Grayscale: #AAAAAA. Windows color (decimal): -6765232 or 5293464. OLE color: 5293464.
HSL color Cylindrical-coordinate representation of color #98C550: hue angle of 83.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98C550 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 80 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.23 |
| HSL | 83.08º | 0.5% | 0.54% | - |
| HSV(B) | 83.08º | 0.59% | 0.77% | - |
| XYZ | 34.36 | 47.19 | 14.89 | - |
| YUV | 170.21 | 77.09 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 80 | 0.23 | 0 | 0.59 | 0.23 | 83.08 | 0.5 | 0.54 |
| Hex | 98 | C5 | 50 | 17 | 0 | 3B | 17 | 53 | 32 | 36 |
| Octal | 230 | 305 | 120 | 27 | 0 | 73 | 27 | 123 | 62 | 66 |
| Binary | 10011000 | 11000101 | 1010000 | 10111 | 0 | 111011 | 10111 | 1010011 | 110010 | 110110 |
Color Harmonies of #98C550
Complementary color
Monochromatic Colors of #98C550
Black with #98C550
Text Example
Text Example
White with #98C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C550; }
p { color: rgb(152,197,80); }
H1.HeaderClassName
{
color: #98C550;
}
.AnyTagClassName
{
color: #98C550;
}
</style>
background-color css
<style>
a { background-color: #98C550; }
a { background-color: rgb(152,197,80); }
div.DivClassName
{
background-color: #98C550;
}
.BgClassName
{
background-color: #98C550;
}
</style>
border-color css
<style>
span { border-color: #98C550; }
span { border-color: rgb(152,197,80); }
td.TdClassName
{
border-color: #98C550;
}
.TagClassName
{
border-color: #98C550;
}
</style>