Shades of Atlantis #99D550
Tints of Atlantis #99D550
RGB
CMYK
RGB Variations
Color information
#99D550 (or 0x99D550) is known color: Atlantis. HEX triplet: 99, D5 and 50. RGB value is (153,213,80). Sum of RGB (Red+Green+Blue) = 153+213+80=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #99D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D550 is #662AAF. Grayscale: #B4B4B4. Windows color (decimal): -6695600 or 5297561. OLE color: 5297561.
HSL color Cylindrical-coordinate representation of color #99D550: hue angle of 87.07º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D550 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 80 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 87.07º | 0.61% | 0.57% | - |
| HSV(B) | 87.07º | 0.62% | 0.84% | - |
| XYZ | 38.38 | 54.94 | 16.17 | - |
| YUV | 179.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 80 | 0.28 | 0 | 0.62 | 0.16 | 87.07 | 0.61 | 0.57 |
| Hex | 99 | D5 | 50 | 1C | 0 | 3E | 10 | 57 | 3D | 39 |
| Octal | 231 | 325 | 120 | 34 | 0 | 76 | 20 | 127 | 75 | 71 |
| Binary | 10011001 | 11010101 | 1010000 | 11100 | 0 | 111110 | 10000 | 1010111 | 111101 | 111001 |
Color Harmonies of #99D550
Complementary color
Monochromatic Colors of #99D550
Black with #99D550
Text Example
Text Example
White with #99D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D550; }
p { color: rgb(153,213,80); }
H1.HeaderClassName
{
color: #99D550;
}
.AnyTagClassName
{
color: #99D550;
}
</style>
background-color css
<style>
a { background-color: #99D550; }
a { background-color: rgb(153,213,80); }
div.DivClassName
{
background-color: #99D550;
}
.BgClassName
{
background-color: #99D550;
}
</style>
border-color css
<style>
span { border-color: #99D550; }
span { border-color: rgb(153,213,80); }
td.TdClassName
{
border-color: #99D550;
}
.TagClassName
{
border-color: #99D550;
}
</style>