Shades of Atlantis #98D741
Tints of Atlantis #98D741
RGB
CMYK
RGB Variations
Color information
#98D741 (or 0x98D741) is known color: Atlantis. HEX triplet: 98, D7 and 41. RGB value is (152,215,65). Sum of RGB (Red+Green+Blue) = 152+215+65=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #98D741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D741 is #6728BE. Grayscale: #B3B3B3. Windows color (decimal): -6760639 or 4315032. OLE color: 4315032.
HSL color Cylindrical-coordinate representation of color #98D741: hue angle of 85.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D741 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 65 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.16 |
| HSL | 85.2º | 0.65% | 0.55% | - |
| HSV(B) | 85.2º | 0.7% | 0.84% | - |
| XYZ | 38.2 | 55.66 | 13.73 | - |
| YUV | 179.06 | 63.63 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 65 | 0.29 | 0 | 0.70 | 0.16 | 85.2 | 0.65 | 0.55 |
| Hex | 98 | D7 | 41 | 1D | 0 | 46 | 10 | 55 | 41 | 37 |
| Octal | 230 | 327 | 101 | 35 | 0 | 106 | 20 | 125 | 101 | 67 |
| Binary | 10011000 | 11010111 | 1000001 | 11101 | 0 | 1000110 | 10000 | 1010101 | 1000001 | 110111 |
Color Harmonies of #98D741
Complementary color
Monochromatic Colors of #98D741
Black with #98D741
Text Example
Text Example
White with #98D741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D741; }
p { color: rgb(152,215,65); }
H1.HeaderClassName
{
color: #98D741;
}
.AnyTagClassName
{
color: #98D741;
}
</style>
background-color css
<style>
a { background-color: #98D741; }
a { background-color: rgb(152,215,65); }
div.DivClassName
{
background-color: #98D741;
}
.BgClassName
{
background-color: #98D741;
}
</style>
border-color css
<style>
span { border-color: #98D741; }
span { border-color: rgb(152,215,65); }
td.TdClassName
{
border-color: #98D741;
}
.TagClassName
{
border-color: #98D741;
}
</style>