Shades of Atlantis #99D451
Tints of Atlantis #99D451
RGB
CMYK
RGB Variations
Color information
#99D451 (or 0x99D451) is known color: Atlantis. HEX triplet: 99, D4 and 51. RGB value is (153,212,81). Sum of RGB (Red+Green+Blue) = 153+212+81=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 212 - color contains mainly: green. Hex color #99D451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D451 is #662BAE. Grayscale: #B3B3B3. Windows color (decimal): -6695855 or 5362841. OLE color: 5362841.
HSL color Cylindrical-coordinate representation of color #99D451: hue angle of 87.02º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D451 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 81 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.17 |
| HSL | 87.02º | 0.6% | 0.57% | - |
| HSV(B) | 87.02º | 0.62% | 0.83% | - |
| XYZ | 38.17 | 54.45 | 16.28 | - |
| YUV | 179.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 81 | 0.28 | 0 | 0.62 | 0.17 | 87.02 | 0.6 | 0.57 |
| Hex | 99 | D4 | 51 | 1C | 0 | 3E | 11 | 57 | 3C | 39 |
| Octal | 231 | 324 | 121 | 34 | 0 | 76 | 21 | 127 | 74 | 71 |
| Binary | 10011001 | 11010100 | 1010001 | 11100 | 0 | 111110 | 10001 | 1010111 | 111100 | 111001 |
Color Harmonies of #99D451
Complementary color
Monochromatic Colors of #99D451
Black with #99D451
Text Example
Text Example
White with #99D451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D451; }
p { color: rgb(153,212,81); }
H1.HeaderClassName
{
color: #99D451;
}
.AnyTagClassName
{
color: #99D451;
}
</style>
background-color css
<style>
a { background-color: #99D451; }
a { background-color: rgb(153,212,81); }
div.DivClassName
{
background-color: #99D451;
}
.BgClassName
{
background-color: #99D451;
}
</style>
border-color css
<style>
span { border-color: #99D451; }
span { border-color: rgb(153,212,81); }
td.TdClassName
{
border-color: #99D451;
}
.TagClassName
{
border-color: #99D451;
}
</style>