Shades of Atlantis #95BC40
Tints of Atlantis #95BC40
RGB
CMYK
RGB Variations
Color information
#95BC40 (or 0x95BC40) is known color: Atlantis. HEX triplet: 95, BC and 40. RGB value is (149,188,64). Sum of RGB (Red+Green+Blue) = 149+188+64=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BC40 is #6A43BF. Grayscale: #A2A2A2. Windows color (decimal): -6964160 or 4242581. OLE color: 4242581.
HSL color Cylindrical-coordinate representation of color #95BC40: hue angle of 78.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95BC40 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 188 | 64 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.26 |
| HSL | 78.87º | 0.49% | 0.49% | - |
| HSV(B) | 78.87º | 0.66% | 0.74% | - |
| XYZ | 31.3 | 42.73 | 11.45 | - |
| YUV | 162.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 188 | 64 | 0.21 | 0 | 0.66 | 0.26 | 78.87 | 0.49 | 0.49 |
| Hex | 95 | BC | 40 | 15 | 0 | 42 | 1A | 4F | 31 | 31 |
| Octal | 225 | 274 | 100 | 25 | 0 | 102 | 32 | 117 | 61 | 61 |
| Binary | 10010101 | 10111100 | 1000000 | 10101 | 0 | 1000010 | 11010 | 1001111 | 110001 | 110001 |
Color Harmonies of #95BC40
Complementary color
Monochromatic Colors of #95BC40
Black with #95BC40
Text Example
Text Example
White with #95BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BC40; }
p { color: rgb(149,188,64); }
H1.HeaderClassName
{
color: #95BC40;
}
.AnyTagClassName
{
color: #95BC40;
}
</style>
background-color css
<style>
a { background-color: #95BC40; }
a { background-color: rgb(149,188,64); }
div.DivClassName
{
background-color: #95BC40;
}
.BgClassName
{
background-color: #95BC40;
}
</style>
border-color css
<style>
span { border-color: #95BC40; }
span { border-color: rgb(149,188,64); }
td.TdClassName
{
border-color: #95BC40;
}
.TagClassName
{
border-color: #95BC40;
}
</style>