Shades of Atlantis #95DB49
Tints of Atlantis #95DB49
RGB
CMYK
RGB Variations
Color information
#95DB49 (or 0x95DB49) is known color: Atlantis. HEX triplet: 95, DB and 49. RGB value is (149,219,73). Sum of RGB (Red+Green+Blue) = 149+219+73=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DB49 is #6A24B6. Grayscale: #B5B5B5. Windows color (decimal): -6956215 or 4840341. OLE color: 4840341.
HSL color Cylindrical-coordinate representation of color #95DB49: hue angle of 88.77º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95DB49 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 219 | 73 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.14 |
| HSL | 88.77º | 0.67% | 0.57% | - |
| HSV(B) | 88.77º | 0.67% | 0.86% | - |
| XYZ | 38.93 | 57.53 | 15.36 | - |
| YUV | 181.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 219 | 73 | 0.32 | 0 | 0.67 | 0.14 | 88.77 | 0.67 | 0.57 |
| Hex | 95 | DB | 49 | 20 | 0 | 43 | E | 59 | 43 | 39 |
| Octal | 225 | 333 | 111 | 40 | 0 | 103 | 16 | 131 | 103 | 71 |
| Binary | 10010101 | 11011011 | 1001001 | 100000 | 0 | 1000011 | 1110 | 1011001 | 1000011 | 111001 |
Color Harmonies of #95DB49
Complementary color
Monochromatic Colors of #95DB49
Black with #95DB49
Text Example
Text Example
White with #95DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DB49; }
p { color: rgb(149,219,73); }
H1.HeaderClassName
{
color: #95DB49;
}
.AnyTagClassName
{
color: #95DB49;
}
</style>
background-color css
<style>
a { background-color: #95DB49; }
a { background-color: rgb(149,219,73); }
div.DivClassName
{
background-color: #95DB49;
}
.BgClassName
{
background-color: #95DB49;
}
</style>
border-color css
<style>
span { border-color: #95DB49; }
span { border-color: rgb(149,219,73); }
td.TdClassName
{
border-color: #95DB49;
}
.TagClassName
{
border-color: #95DB49;
}
</style>