Shades of Atlantis #99D340
Tints of Atlantis #99D340
RGB
CMYK
RGB Variations
Color information
#99D340 (or 0x99D340) is known color: Atlantis. HEX triplet: 99, D3 and 40. RGB value is (153,211,64). Sum of RGB (Red+Green+Blue) = 153+211+64=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #99D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D340 is #662CBF. Grayscale: #B1B1B1. Windows color (decimal): -6696128 or 4248473. OLE color: 4248473.
HSL color Cylindrical-coordinate representation of color #99D340: hue angle of 83.67º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99D340 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 64 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.17 |
| HSL | 83.67º | 0.63% | 0.54% | - |
| HSV(B) | 83.67º | 0.7% | 0.83% | - |
| XYZ | 37.36 | 53.73 | 13.25 | - |
| YUV | 176.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 64 | 0.27 | 0 | 0.70 | 0.17 | 83.67 | 0.63 | 0.54 |
| Hex | 99 | D3 | 40 | 1B | 0 | 46 | 11 | 54 | 3F | 36 |
| Octal | 231 | 323 | 100 | 33 | 0 | 106 | 21 | 124 | 77 | 66 |
| Binary | 10011001 | 11010011 | 1000000 | 11011 | 0 | 1000110 | 10001 | 1010100 | 111111 | 110110 |
Color Harmonies of #99D340
Complementary color
Monochromatic Colors of #99D340
Black with #99D340
Text Example
Text Example
White with #99D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D340; }
p { color: rgb(153,211,64); }
H1.HeaderClassName
{
color: #99D340;
}
.AnyTagClassName
{
color: #99D340;
}
</style>
background-color css
<style>
a { background-color: #99D340; }
a { background-color: rgb(153,211,64); }
div.DivClassName
{
background-color: #99D340;
}
.BgClassName
{
background-color: #99D340;
}
</style>
border-color css
<style>
span { border-color: #99D340; }
span { border-color: rgb(153,211,64); }
td.TdClassName
{
border-color: #99D340;
}
.TagClassName
{
border-color: #99D340;
}
</style>