Shades of Atlantis #99D438
Tints of Atlantis #99D438
RGB
CMYK
RGB Variations
Color information
#99D438 (or 0x99D438) is known color: Atlantis. HEX triplet: 99, D4 and 38. RGB value is (153,212,56). Sum of RGB (Red+Green+Blue) = 153+212+56=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #99D438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D438 is #662BC7. Grayscale: #B1B1B1. Windows color (decimal): -6695880 or 3724441. OLE color: 3724441.
HSL color Cylindrical-coordinate representation of color #99D438: hue angle of 82.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99D438 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 56 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.17 |
| HSL | 82.69º | 0.64% | 0.53% | - |
| HSV(B) | 82.69º | 0.74% | 0.83% | - |
| XYZ | 37.39 | 54.14 | 12.22 | - |
| YUV | 176.58 | 59.95 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 56 | 0.28 | 0 | 0.74 | 0.17 | 82.69 | 0.64 | 0.53 |
| Hex | 99 | D4 | 38 | 1C | 0 | 4A | 11 | 53 | 40 | 35 |
| Octal | 231 | 324 | 70 | 34 | 0 | 112 | 21 | 123 | 100 | 65 |
| Binary | 10011001 | 11010100 | 111000 | 11100 | 0 | 1001010 | 10001 | 1010011 | 1000000 | 110101 |
Color Harmonies of #99D438
Complementary color
Monochromatic Colors of #99D438
Black with #99D438
Text Example
Text Example
White with #99D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D438; }
p { color: rgb(153,212,56); }
H1.HeaderClassName
{
color: #99D438;
}
.AnyTagClassName
{
color: #99D438;
}
</style>
background-color css
<style>
a { background-color: #99D438; }
a { background-color: rgb(153,212,56); }
div.DivClassName
{
background-color: #99D438;
}
.BgClassName
{
background-color: #99D438;
}
</style>
border-color css
<style>
span { border-color: #99D438; }
span { border-color: rgb(153,212,56); }
td.TdClassName
{
border-color: #99D438;
}
.TagClassName
{
border-color: #99D438;
}
</style>