Shades of Atlantis #99CB39
Tints of Atlantis #99CB39
RGB
CMYK
RGB Variations
Color information
#99CB39 (or 0x99CB39) is known color: Atlantis. HEX triplet: 99, CB and 39. RGB value is (153,203,57). Sum of RGB (Red+Green+Blue) = 153+203+57=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CB39 is #6634C6. Grayscale: #ABABAB. Windows color (decimal): -6698183 or 3787673. OLE color: 3787673.
HSL color Cylindrical-coordinate representation of color #99CB39: hue angle of 80.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99CB39 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 57 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.20 |
| HSL | 80.55º | 0.58% | 0.51% | - |
| HSV(B) | 80.55º | 0.72% | 0.8% | - |
| XYZ | 35.23 | 49.78 | 11.62 | - |
| YUV | 171.41 | 63.44 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 57 | 0.25 | 0 | 0.72 | 0.20 | 80.55 | 0.58 | 0.51 |
| Hex | 99 | CB | 39 | 19 | 0 | 48 | 14 | 51 | 3A | 33 |
| Octal | 231 | 313 | 71 | 31 | 0 | 110 | 24 | 121 | 72 | 63 |
| Binary | 10011001 | 11001011 | 111001 | 11001 | 0 | 1001000 | 10100 | 1010001 | 111010 | 110011 |
Color Harmonies of #99CB39
Complementary color
Monochromatic Colors of #99CB39
Black with #99CB39
Text Example
Text Example
White with #99CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB39; }
p { color: rgb(153,203,57); }
H1.HeaderClassName
{
color: #99CB39;
}
.AnyTagClassName
{
color: #99CB39;
}
</style>
background-color css
<style>
a { background-color: #99CB39; }
a { background-color: rgb(153,203,57); }
div.DivClassName
{
background-color: #99CB39;
}
.BgClassName
{
background-color: #99CB39;
}
</style>
border-color css
<style>
span { border-color: #99CB39; }
span { border-color: rgb(153,203,57); }
td.TdClassName
{
border-color: #99CB39;
}
.TagClassName
{
border-color: #99CB39;
}
</style>