Shades of Atlantis #95C249
Tints of Atlantis #95C249
RGB
CMYK
RGB Variations
Color information
#95C249 (or 0x95C249) is known color: Atlantis. HEX triplet: 95, C2 and 49. RGB value is (149,194,73). Sum of RGB (Red+Green+Blue) = 149+194+73=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #95C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C249 is #6A3DB6. Grayscale: #A7A7A7. Windows color (decimal): -6962615 or 4833941. OLE color: 4833941.
HSL color Cylindrical-coordinate representation of color #95C249: hue angle of 82.31º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95C249 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 73 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.24 |
| HSL | 82.31º | 0.5% | 0.52% | - |
| HSV(B) | 82.31º | 0.62% | 0.76% | - |
| XYZ | 32.89 | 45.45 | 13.34 | - |
| YUV | 166.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 73 | 0.23 | 0 | 0.62 | 0.24 | 82.31 | 0.5 | 0.52 |
| Hex | 95 | C2 | 49 | 17 | 0 | 3E | 18 | 52 | 32 | 34 |
| Octal | 225 | 302 | 111 | 27 | 0 | 76 | 30 | 122 | 62 | 64 |
| Binary | 10010101 | 11000010 | 1001001 | 10111 | 0 | 111110 | 11000 | 1010010 | 110010 | 110100 |
Color Harmonies of #95C249
Complementary color
Monochromatic Colors of #95C249
Black with #95C249
Text Example
Text Example
White with #95C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C249; }
p { color: rgb(149,194,73); }
H1.HeaderClassName
{
color: #95C249;
}
.AnyTagClassName
{
color: #95C249;
}
</style>
background-color css
<style>
a { background-color: #95C249; }
a { background-color: rgb(149,194,73); }
div.DivClassName
{
background-color: #95C249;
}
.BgClassName
{
background-color: #95C249;
}
</style>
border-color css
<style>
span { border-color: #95C249; }
span { border-color: rgb(149,194,73); }
td.TdClassName
{
border-color: #95C249;
}
.TagClassName
{
border-color: #95C249;
}
</style>