Shades of Atlantis #98DC40
Tints of Atlantis #98DC40
RGB
CMYK
RGB Variations
Color information
#98DC40 (or 0x98DC40) is known color: Atlantis. HEX triplet: 98, DC and 40. RGB value is (152,220,64). Sum of RGB (Red+Green+Blue) = 152+220+64=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DC40 is #6723BF. Grayscale: #B6B6B6. Windows color (decimal): -6759360 or 4250776. OLE color: 4250776.
HSL color Cylindrical-coordinate representation of color #98DC40: hue angle of 86.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98DC40 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 64 | - |
| CMYK | 0.31 | 0 | 0.71 | 0.14 |
| HSL | 86.15º | 0.69% | 0.56% | - |
| HSV(B) | 86.15º | 0.71% | 0.86% | - |
| XYZ | 39.47 | 58.23 | 14.01 | - |
| YUV | 181.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 64 | 0.31 | 0 | 0.71 | 0.14 | 86.15 | 0.69 | 0.56 |
| Hex | 98 | DC | 40 | 1F | 0 | 47 | E | 56 | 45 | 38 |
| Octal | 230 | 334 | 100 | 37 | 0 | 107 | 16 | 126 | 105 | 70 |
| Binary | 10011000 | 11011100 | 1000000 | 11111 | 0 | 1000111 | 1110 | 1010110 | 1000101 | 111000 |
Color Harmonies of #98DC40
Complementary color
Monochromatic Colors of #98DC40
Black with #98DC40
Text Example
Text Example
White with #98DC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC40; }
p { color: rgb(152,220,64); }
H1.HeaderClassName
{
color: #98DC40;
}
.AnyTagClassName
{
color: #98DC40;
}
</style>
background-color css
<style>
a { background-color: #98DC40; }
a { background-color: rgb(152,220,64); }
div.DivClassName
{
background-color: #98DC40;
}
.BgClassName
{
background-color: #98DC40;
}
</style>
border-color css
<style>
span { border-color: #98DC40; }
span { border-color: rgb(152,220,64); }
td.TdClassName
{
border-color: #98DC40;
}
.TagClassName
{
border-color: #98DC40;
}
</style>