Shades of Atlantis #99D640
Tints of Atlantis #99D640
RGB
CMYK
RGB Variations
Color information
#99D640 (or 0x99D640) is known color: Atlantis. HEX triplet: 99, D6 and 40. RGB value is (153,214,64). Sum of RGB (Red+Green+Blue) = 153+214+64=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #99D640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D640 is #6629BF. Grayscale: #B3B3B3. Windows color (decimal): -6695360 or 4249241. OLE color: 4249241.
HSL color Cylindrical-coordinate representation of color #99D640: hue angle of 84.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99D640 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 64 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.16 |
| HSL | 84.4º | 0.65% | 0.55% | - |
| HSV(B) | 84.4º | 0.7% | 0.84% | - |
| XYZ | 38.11 | 55.24 | 13.5 | - |
| YUV | 178.66 | 63.29 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 64 | 0.29 | 0 | 0.70 | 0.16 | 84.4 | 0.65 | 0.55 |
| Hex | 99 | D6 | 40 | 1D | 0 | 46 | 10 | 54 | 41 | 37 |
| Octal | 231 | 326 | 100 | 35 | 0 | 106 | 20 | 124 | 101 | 67 |
| Binary | 10011001 | 11010110 | 1000000 | 11101 | 0 | 1000110 | 10000 | 1010100 | 1000001 | 110111 |
Color Harmonies of #99D640
Complementary color
Monochromatic Colors of #99D640
Black with #99D640
Text Example
Text Example
White with #99D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D640; }
p { color: rgb(153,214,64); }
H1.HeaderClassName
{
color: #99D640;
}
.AnyTagClassName
{
color: #99D640;
}
</style>
background-color css
<style>
a { background-color: #99D640; }
a { background-color: rgb(153,214,64); }
div.DivClassName
{
background-color: #99D640;
}
.BgClassName
{
background-color: #99D640;
}
</style>
border-color css
<style>
span { border-color: #99D640; }
span { border-color: rgb(153,214,64); }
td.TdClassName
{
border-color: #99D640;
}
.TagClassName
{
border-color: #99D640;
}
</style>