Shades of Atlantis #98DF4F
Tints of Atlantis #98DF4F
RGB
CMYK
RGB Variations
Color information
#98DF4F (or 0x98DF4F) is known color: Atlantis. HEX triplet: 98, DF and 4F. RGB value is (152,223,79). Sum of RGB (Red+Green+Blue) = 152+223+79=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF4F is #6720B0. Grayscale: #B9B9B9. Windows color (decimal): -6758577 or 5234584. OLE color: 5234584.
HSL color Cylindrical-coordinate representation of color #98DF4F: hue angle of 89.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98DF4F is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 79 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.13 |
| HSL | 89.58º | 0.69% | 0.59% | - |
| HSV(B) | 89.58º | 0.65% | 0.87% | - |
| XYZ | 40.75 | 60.02 | 16.83 | - |
| YUV | 185.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 79 | 0.32 | 0 | 0.65 | 0.13 | 89.58 | 0.69 | 0.59 |
| Hex | 98 | DF | 4F | 20 | 0 | 41 | D | 5A | 45 | 3B |
| Octal | 230 | 337 | 117 | 40 | 0 | 101 | 15 | 132 | 105 | 73 |
| Binary | 10011000 | 11011111 | 1001111 | 100000 | 0 | 1000001 | 1101 | 1011010 | 1000101 | 111011 |
Color Harmonies of #98DF4F
Complementary color
Monochromatic Colors of #98DF4F
Black with #98DF4F
Text Example
Text Example
White with #98DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF4F; }
p { color: rgb(152,223,79); }
H1.HeaderClassName
{
color: #98DF4F;
}
.AnyTagClassName
{
color: #98DF4F;
}
</style>
background-color css
<style>
a { background-color: #98DF4F; }
a { background-color: rgb(152,223,79); }
div.DivClassName
{
background-color: #98DF4F;
}
.BgClassName
{
background-color: #98DF4F;
}
</style>
border-color css
<style>
span { border-color: #98DF4F; }
span { border-color: rgb(152,223,79); }
td.TdClassName
{
border-color: #98DF4F;
}
.TagClassName
{
border-color: #98DF4F;
}
</style>