Shades of Atlantis #95D544
Tints of Atlantis #95D544
RGB
CMYK
RGB Variations
Color information
#95D544 (or 0x95D544) is known color: Atlantis. HEX triplet: 95, D5 and 44. RGB value is (149,213,68). Sum of RGB (Red+Green+Blue) = 149+213+68=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #95D544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D544 is #6A2ABB. Grayscale: #B1B1B1. Windows color (decimal): -6957756 or 4511125. OLE color: 4511125.
HSL color Cylindrical-coordinate representation of color #95D544: hue angle of 86.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95D544 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 68 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.16 |
| HSL | 86.48º | 0.63% | 0.55% | - |
| HSV(B) | 86.48º | 0.68% | 0.84% | - |
| XYZ | 37.23 | 54.4 | 14.01 | - |
| YUV | 177.33 | 66.3 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 68 | 0.30 | 0 | 0.68 | 0.16 | 86.48 | 0.63 | 0.55 |
| Hex | 95 | D5 | 44 | 1E | 0 | 44 | 10 | 56 | 3F | 37 |
| Octal | 225 | 325 | 104 | 36 | 0 | 104 | 20 | 126 | 77 | 67 |
| Binary | 10010101 | 11010101 | 1000100 | 11110 | 0 | 1000100 | 10000 | 1010110 | 111111 | 110111 |
Color Harmonies of #95D544
Complementary color
Monochromatic Colors of #95D544
Black with #95D544
Text Example
Text Example
White with #95D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D544; }
p { color: rgb(149,213,68); }
H1.HeaderClassName
{
color: #95D544;
}
.AnyTagClassName
{
color: #95D544;
}
</style>
background-color css
<style>
a { background-color: #95D544; }
a { background-color: rgb(149,213,68); }
div.DivClassName
{
background-color: #95D544;
}
.BgClassName
{
background-color: #95D544;
}
</style>
border-color css
<style>
span { border-color: #95D544; }
span { border-color: rgb(149,213,68); }
td.TdClassName
{
border-color: #95D544;
}
.TagClassName
{
border-color: #95D544;
}
</style>