Shades of Atlantis #99E739
Tints of Atlantis #99E739
RGB
CMYK
RGB Variations
Color information
#99E739 (or 0x99E739) is known color: Atlantis. HEX triplet: 99, E7 and 39. RGB value is (153,231,57). Sum of RGB (Red+Green+Blue) = 153+231+57=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #99E739 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E739 is #6618C6. Grayscale: #BCBCBC. Windows color (decimal): -6691015 or 3794841. OLE color: 3794841.
HSL color Cylindrical-coordinate representation of color #99E739: hue angle of 86.9º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99E739 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 231 | 57 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.09 |
| HSL | 86.9º | 0.78% | 0.56% | - |
| HSV(B) | 86.9º | 0.75% | 0.91% | - |
| XYZ | 42.45 | 64.22 | 14.03 | - |
| YUV | 187.84 | 54.16 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 231 | 57 | 0.34 | 0 | 0.75 | 0.09 | 86.9 | 0.78 | 0.56 |
| Hex | 99 | E7 | 39 | 22 | 0 | 4B | 9 | 57 | 4E | 38 |
| Octal | 231 | 347 | 71 | 42 | 0 | 113 | 11 | 127 | 116 | 70 |
| Binary | 10011001 | 11100111 | 111001 | 100010 | 0 | 1001011 | 1001 | 1010111 | 1001110 | 111000 |
Color Harmonies of #99E739
Complementary color
Monochromatic Colors of #99E739
Black with #99E739
Text Example
Text Example
White with #99E739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E739; }
p { color: rgb(153,231,57); }
H1.HeaderClassName
{
color: #99E739;
}
.AnyTagClassName
{
color: #99E739;
}
</style>
background-color css
<style>
a { background-color: #99E739; }
a { background-color: rgb(153,231,57); }
div.DivClassName
{
background-color: #99E739;
}
.BgClassName
{
background-color: #99E739;
}
</style>
border-color css
<style>
span { border-color: #99E739; }
span { border-color: rgb(153,231,57); }
td.TdClassName
{
border-color: #99E739;
}
.TagClassName
{
border-color: #99E739;
}
</style>