Shades of Atlantis #99D63B
Tints of Atlantis #99D63B
RGB
CMYK
RGB Variations
Color information
#99D63B (or 0x99D63B) is known color: Atlantis. HEX triplet: 99, D6 and 3B. RGB value is (153,214,59). Sum of RGB (Red+Green+Blue) = 153+214+59=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #99D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D63B is #6629C4. Grayscale: #B2B2B2. Windows color (decimal): -6695365 or 3921561. OLE color: 3921561.
HSL color Cylindrical-coordinate representation of color #99D63B: hue angle of 83.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99D63B is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 59 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.16 |
| HSL | 83.61º | 0.65% | 0.54% | - |
| HSV(B) | 83.61º | 0.72% | 0.84% | - |
| XYZ | 37.97 | 55.18 | 12.79 | - |
| YUV | 178.09 | 60.79 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 59 | 0.29 | 0 | 0.72 | 0.16 | 83.61 | 0.65 | 0.54 |
| Hex | 99 | D6 | 3B | 1D | 0 | 48 | 10 | 54 | 41 | 36 |
| Octal | 231 | 326 | 73 | 35 | 0 | 110 | 20 | 124 | 101 | 66 |
| Binary | 10011001 | 11010110 | 111011 | 11101 | 0 | 1001000 | 10000 | 1010100 | 1000001 | 110110 |
Color Harmonies of #99D63B
Complementary color
Monochromatic Colors of #99D63B
Black with #99D63B
Text Example
Text Example
White with #99D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D63B; }
p { color: rgb(153,214,59); }
H1.HeaderClassName
{
color: #99D63B;
}
.AnyTagClassName
{
color: #99D63B;
}
</style>
background-color css
<style>
a { background-color: #99D63B; }
a { background-color: rgb(153,214,59); }
div.DivClassName
{
background-color: #99D63B;
}
.BgClassName
{
background-color: #99D63B;
}
</style>
border-color css
<style>
span { border-color: #99D63B; }
span { border-color: rgb(153,214,59); }
td.TdClassName
{
border-color: #99D63B;
}
.TagClassName
{
border-color: #99D63B;
}
</style>