Shades of Atlantis #98DA4D
Tints of Atlantis #98DA4D
RGB
CMYK
RGB Variations
Color information
#98DA4D (or 0x98DA4D) is known color: Atlantis. HEX triplet: 98, DA and 4D. RGB value is (152,218,77). Sum of RGB (Red+Green+Blue) = 152+218+77=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA4D is #6725B2. Grayscale: #B6B6B6. Windows color (decimal): -6759859 or 5102232. OLE color: 5102232.
HSL color Cylindrical-coordinate representation of color #98DA4D: hue angle of 88.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98DA4D is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 77 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.15 |
| HSL | 88.09º | 0.66% | 0.58% | - |
| HSV(B) | 88.09º | 0.65% | 0.85% | - |
| XYZ | 39.36 | 57.35 | 16.02 | - |
| YUV | 182.19 | 68.63 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 77 | 0.30 | 0 | 0.65 | 0.15 | 88.09 | 0.66 | 0.58 |
| Hex | 98 | DA | 4D | 1E | 0 | 41 | F | 58 | 42 | 3A |
| Octal | 230 | 332 | 115 | 36 | 0 | 101 | 17 | 130 | 102 | 72 |
| Binary | 10011000 | 11011010 | 1001101 | 11110 | 0 | 1000001 | 1111 | 1011000 | 1000010 | 111010 |
Color Harmonies of #98DA4D
Complementary color
Monochromatic Colors of #98DA4D
Black with #98DA4D
Text Example
Text Example
White with #98DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA4D; }
p { color: rgb(152,218,77); }
H1.HeaderClassName
{
color: #98DA4D;
}
.AnyTagClassName
{
color: #98DA4D;
}
</style>
background-color css
<style>
a { background-color: #98DA4D; }
a { background-color: rgb(152,218,77); }
div.DivClassName
{
background-color: #98DA4D;
}
.BgClassName
{
background-color: #98DA4D;
}
</style>
border-color css
<style>
span { border-color: #98DA4D; }
span { border-color: rgb(152,218,77); }
td.TdClassName
{
border-color: #98DA4D;
}
.TagClassName
{
border-color: #98DA4D;
}
</style>