Shades of Atlantis #99CF58
Tints of Atlantis #99CF58
RGB
CMYK
RGB Variations
Color information
#99CF58 (or 0x99CF58) is known color: Atlantis. HEX triplet: 99, CF and 58. RGB value is (153,207,88). Sum of RGB (Red+Green+Blue) = 153+207+88=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF58 is #6630A7. Grayscale: #B1B1B1. Windows color (decimal): -6697128 or 5820313. OLE color: 5820313.
HSL color Cylindrical-coordinate representation of color #99CF58: hue angle of 87.23º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99CF58 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 88 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.19 |
| HSL | 87.23º | 0.55% | 0.58% | - |
| HSV(B) | 87.23º | 0.57% | 0.81% | - |
| XYZ | 37.21 | 52.1 | 17.33 | - |
| YUV | 177.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 88 | 0.26 | 0 | 0.57 | 0.19 | 87.23 | 0.55 | 0.58 |
| Hex | 99 | CF | 58 | 1A | 0 | 39 | 13 | 57 | 37 | 3A |
| Octal | 231 | 317 | 130 | 32 | 0 | 71 | 23 | 127 | 67 | 72 |
| Binary | 10011001 | 11001111 | 1011000 | 11010 | 0 | 111001 | 10011 | 1010111 | 110111 | 111010 |
Color Harmonies of #99CF58
Complementary color
Monochromatic Colors of #99CF58
Black with #99CF58
Text Example
Text Example
White with #99CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF58; }
p { color: rgb(153,207,88); }
H1.HeaderClassName
{
color: #99CF58;
}
.AnyTagClassName
{
color: #99CF58;
}
</style>
background-color css
<style>
a { background-color: #99CF58; }
a { background-color: rgb(153,207,88); }
div.DivClassName
{
background-color: #99CF58;
}
.BgClassName
{
background-color: #99CF58;
}
</style>
border-color css
<style>
span { border-color: #99CF58; }
span { border-color: rgb(153,207,88); }
td.TdClassName
{
border-color: #99CF58;
}
.TagClassName
{
border-color: #99CF58;
}
</style>