Shades of Atlantis #98DF47
Tints of Atlantis #98DF47
RGB
CMYK
RGB Variations
Color information
#98DF47 (or 0x98DF47) is known color: Atlantis. HEX triplet: 98, DF and 47. RGB value is (152,223,71). Sum of RGB (Red+Green+Blue) = 152+223+71=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF47 is #6720B8. Grayscale: #B8B8B8. Windows color (decimal): -6758585 or 4710296. OLE color: 4710296.
HSL color Cylindrical-coordinate representation of color #98DF47: hue angle of 88.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98DF47 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 71 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.13 |
| HSL | 88.03º | 0.7% | 0.58% | - |
| HSV(B) | 88.03º | 0.68% | 0.87% | - |
| XYZ | 40.47 | 59.91 | 15.39 | - |
| YUV | 184.44 | 63.98 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 71 | 0.32 | 0 | 0.68 | 0.13 | 88.03 | 0.7 | 0.58 |
| Hex | 98 | DF | 47 | 20 | 0 | 44 | D | 58 | 46 | 3A |
| Octal | 230 | 337 | 107 | 40 | 0 | 104 | 15 | 130 | 106 | 72 |
| Binary | 10011000 | 11011111 | 1000111 | 100000 | 0 | 1000100 | 1101 | 1011000 | 1000110 | 111010 |
Color Harmonies of #98DF47
Complementary color
Monochromatic Colors of #98DF47
Black with #98DF47
Text Example
Text Example
White with #98DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF47; }
p { color: rgb(152,223,71); }
H1.HeaderClassName
{
color: #98DF47;
}
.AnyTagClassName
{
color: #98DF47;
}
</style>
background-color css
<style>
a { background-color: #98DF47; }
a { background-color: rgb(152,223,71); }
div.DivClassName
{
background-color: #98DF47;
}
.BgClassName
{
background-color: #98DF47;
}
</style>
border-color css
<style>
span { border-color: #98DF47; }
span { border-color: rgb(152,223,71); }
td.TdClassName
{
border-color: #98DF47;
}
.TagClassName
{
border-color: #98DF47;
}
</style>