Shades of Atlantis #99CF54
Tints of Atlantis #99CF54
RGB
CMYK
RGB Variations
Color information
#99CF54 (or 0x99CF54) is known color: Atlantis. HEX triplet: 99, CF and 54. RGB value is (153,207,84). Sum of RGB (Red+Green+Blue) = 153+207+84=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF54 is #6630AB. Grayscale: #B1B1B1. Windows color (decimal): -6697132 or 5558169. OLE color: 5558169.
HSL color Cylindrical-coordinate representation of color #99CF54: hue angle of 86.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CF54 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 84 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.19 |
| HSL | 86.34º | 0.56% | 0.57% | - |
| HSV(B) | 86.34º | 0.59% | 0.81% | - |
| XYZ | 37.05 | 52.04 | 16.48 | - |
| YUV | 176.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 84 | 0.26 | 0 | 0.59 | 0.19 | 86.34 | 0.56 | 0.57 |
| Hex | 99 | CF | 54 | 1A | 0 | 3B | 13 | 56 | 38 | 39 |
| Octal | 231 | 317 | 124 | 32 | 0 | 73 | 23 | 126 | 70 | 71 |
| Binary | 10011001 | 11001111 | 1010100 | 11010 | 0 | 111011 | 10011 | 1010110 | 111000 | 111001 |
Color Harmonies of #99CF54
Complementary color
Monochromatic Colors of #99CF54
Black with #99CF54
Text Example
Text Example
White with #99CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF54; }
p { color: rgb(153,207,84); }
H1.HeaderClassName
{
color: #99CF54;
}
.AnyTagClassName
{
color: #99CF54;
}
</style>
background-color css
<style>
a { background-color: #99CF54; }
a { background-color: rgb(153,207,84); }
div.DivClassName
{
background-color: #99CF54;
}
.BgClassName
{
background-color: #99CF54;
}
</style>
border-color css
<style>
span { border-color: #99CF54; }
span { border-color: rgb(153,207,84); }
td.TdClassName
{
border-color: #99CF54;
}
.TagClassName
{
border-color: #99CF54;
}
</style>