Shades of Atlantis #99C740
Tints of Atlantis #99C740
RGB
CMYK
RGB Variations
Color information
#99C740 (or 0x99C740) is known color: Atlantis. HEX triplet: 99, C7 and 40. RGB value is (153,199,64). Sum of RGB (Red+Green+Blue) = 153+199+64=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #99C740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C740 is #6638BF. Grayscale: #AAAAAA. Windows color (decimal): -6699200 or 4245401. OLE color: 4245401.
HSL color Cylindrical-coordinate representation of color #99C740: hue angle of 80.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99C740 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 64 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.22 |
| HSL | 80.44º | 0.55% | 0.52% | - |
| HSV(B) | 80.44º | 0.68% | 0.78% | - |
| XYZ | 34.49 | 47.99 | 12.3 | - |
| YUV | 169.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 64 | 0.23 | 0 | 0.68 | 0.22 | 80.44 | 0.55 | 0.52 |
| Hex | 99 | C7 | 40 | 17 | 0 | 44 | 16 | 50 | 37 | 34 |
| Octal | 231 | 307 | 100 | 27 | 0 | 104 | 26 | 120 | 67 | 64 |
| Binary | 10011001 | 11000111 | 1000000 | 10111 | 0 | 1000100 | 10110 | 1010000 | 110111 | 110100 |
Color Harmonies of #99C740
Complementary color
Monochromatic Colors of #99C740
Black with #99C740
Text Example
Text Example
White with #99C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C740; }
p { color: rgb(153,199,64); }
H1.HeaderClassName
{
color: #99C740;
}
.AnyTagClassName
{
color: #99C740;
}
</style>
background-color css
<style>
a { background-color: #99C740; }
a { background-color: rgb(153,199,64); }
div.DivClassName
{
background-color: #99C740;
}
.BgClassName
{
background-color: #99C740;
}
</style>
border-color css
<style>
span { border-color: #99C740; }
span { border-color: rgb(153,199,64); }
td.TdClassName
{
border-color: #99C740;
}
.TagClassName
{
border-color: #99C740;
}
</style>