Shades of Atlantis #95D239
Tints of Atlantis #95D239
RGB
CMYK
RGB Variations
Color information
#95D239 (or 0x95D239) is known color: Atlantis. HEX triplet: 95, D2 and 39. RGB value is (149,210,57). Sum of RGB (Red+Green+Blue) = 149+210+57=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #95D239 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D239 is #6A2DC6. Grayscale: #AEAEAE. Windows color (decimal): -6958535 or 3789461. OLE color: 3789461.
HSL color Cylindrical-coordinate representation of color #95D239: hue angle of 83.92º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95D239 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 57 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.18 |
| HSL | 83.92º | 0.63% | 0.52% | - |
| HSV(B) | 83.92º | 0.73% | 0.82% | - |
| XYZ | 36.18 | 52.78 | 12.15 | - |
| YUV | 174.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 57 | 0.29 | 0 | 0.73 | 0.18 | 83.92 | 0.63 | 0.52 |
| Hex | 95 | D2 | 39 | 1D | 0 | 49 | 12 | 54 | 3F | 34 |
| Octal | 225 | 322 | 71 | 35 | 0 | 111 | 22 | 124 | 77 | 64 |
| Binary | 10010101 | 11010010 | 111001 | 11101 | 0 | 1001001 | 10010 | 1010100 | 111111 | 110100 |
Color Harmonies of #95D239
Complementary color
Monochromatic Colors of #95D239
Black with #95D239
Text Example
Text Example
White with #95D239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D239; }
p { color: rgb(149,210,57); }
H1.HeaderClassName
{
color: #95D239;
}
.AnyTagClassName
{
color: #95D239;
}
</style>
background-color css
<style>
a { background-color: #95D239; }
a { background-color: rgb(149,210,57); }
div.DivClassName
{
background-color: #95D239;
}
.BgClassName
{
background-color: #95D239;
}
</style>
border-color css
<style>
span { border-color: #95D239; }
span { border-color: rgb(149,210,57); }
td.TdClassName
{
border-color: #95D239;
}
.TagClassName
{
border-color: #95D239;
}
</style>