Shades of Atlantis #95D240
Tints of Atlantis #95D240
RGB
CMYK
RGB Variations
Color information
#95D240 (or 0x95D240) is known color: Atlantis. HEX triplet: 95, D2 and 40. RGB value is (149,210,64). Sum of RGB (Red+Green+Blue) = 149+210+64=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #95D240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D240 is #6A2DBF. Grayscale: #AFAFAF. Windows color (decimal): -6958528 or 4248213. OLE color: 4248213.
HSL color Cylindrical-coordinate representation of color #95D240: hue angle of 85.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95D240 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 210 | 64 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.18 |
| HSL | 85.07º | 0.62% | 0.54% | - |
| HSV(B) | 85.07º | 0.7% | 0.82% | - |
| XYZ | 36.37 | 52.85 | 13.14 | - |
| YUV | 175.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 210 | 64 | 0.29 | 0 | 0.70 | 0.18 | 85.07 | 0.62 | 0.54 |
| Hex | 95 | D2 | 40 | 1D | 0 | 46 | 12 | 55 | 3E | 36 |
| Octal | 225 | 322 | 100 | 35 | 0 | 106 | 22 | 125 | 76 | 66 |
| Binary | 10010101 | 11010010 | 1000000 | 11101 | 0 | 1000110 | 10010 | 1010101 | 111110 | 110110 |
Color Harmonies of #95D240
Complementary color
Monochromatic Colors of #95D240
Black with #95D240
Text Example
Text Example
White with #95D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D240; }
p { color: rgb(149,210,64); }
H1.HeaderClassName
{
color: #95D240;
}
.AnyTagClassName
{
color: #95D240;
}
</style>
background-color css
<style>
a { background-color: #95D240; }
a { background-color: rgb(149,210,64); }
div.DivClassName
{
background-color: #95D240;
}
.BgClassName
{
background-color: #95D240;
}
</style>
border-color css
<style>
span { border-color: #95D240; }
span { border-color: rgb(149,210,64); }
td.TdClassName
{
border-color: #95D240;
}
.TagClassName
{
border-color: #95D240;
}
</style>