Shades of Atlantis #99D04B
Tints of Atlantis #99D04B
RGB
CMYK
RGB Variations
Color information
#99D04B (or 0x99D04B) is known color: Atlantis. HEX triplet: 99, D0 and 4B. RGB value is (153,208,75). Sum of RGB (Red+Green+Blue) = 153+208+75=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #99D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D04B is #662FB4. Grayscale: #B0B0B0. Windows color (decimal): -6696885 or 4968601. OLE color: 4968601.
HSL color Cylindrical-coordinate representation of color #99D04B: hue angle of 84.81º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99D04B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 75 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.18 |
| HSL | 84.81º | 0.59% | 0.55% | - |
| HSV(B) | 84.81º | 0.64% | 0.82% | - |
| XYZ | 36.96 | 52.39 | 14.82 | - |
| YUV | 176.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 75 | 0.26 | 0 | 0.64 | 0.18 | 84.81 | 0.59 | 0.55 |
| Hex | 99 | D0 | 4B | 1A | 0 | 40 | 12 | 55 | 3B | 37 |
| Octal | 231 | 320 | 113 | 32 | 0 | 100 | 22 | 125 | 73 | 67 |
| Binary | 10011001 | 11010000 | 1001011 | 11010 | 0 | 1000000 | 10010 | 1010101 | 111011 | 110111 |
Color Harmonies of #99D04B
Complementary color
Monochromatic Colors of #99D04B
Black with #99D04B
Text Example
Text Example
White with #99D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D04B; }
p { color: rgb(153,208,75); }
H1.HeaderClassName
{
color: #99D04B;
}
.AnyTagClassName
{
color: #99D04B;
}
</style>
background-color css
<style>
a { background-color: #99D04B; }
a { background-color: rgb(153,208,75); }
div.DivClassName
{
background-color: #99D04B;
}
.BgClassName
{
background-color: #99D04B;
}
</style>
border-color css
<style>
span { border-color: #99D04B; }
span { border-color: rgb(153,208,75); }
td.TdClassName
{
border-color: #99D04B;
}
.TagClassName
{
border-color: #99D04B;
}
</style>