Shades of Atlantis #95D437
Tints of Atlantis #95D437
RGB
CMYK
RGB Variations
Color information
#95D437 (or 0x95D437) is known color: Atlantis. HEX triplet: 95, D4 and 37. RGB value is (149,212,55). Sum of RGB (Red+Green+Blue) = 149+212+55=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 212 (83.20% from 255 or 50.96% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 212 - color contains mainly: green. Hex color #95D437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D437 is #6A2BC8. Grayscale: #AFAFAF. Windows color (decimal): -6958025 or 3658901. OLE color: 3658901.
HSL color Cylindrical-coordinate representation of color #95D437: hue angle of 84.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95D437 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 212 | 55 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.17 |
| HSL | 84.08º | 0.65% | 0.52% | - |
| HSV(B) | 84.08º | 0.74% | 0.83% | - |
| XYZ | 36.63 | 53.75 | 12.06 | - |
| YUV | 175.27 | 60.13 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 212 | 55 | 0.30 | 0 | 0.74 | 0.17 | 84.08 | 0.65 | 0.52 |
| Hex | 95 | D4 | 37 | 1E | 0 | 4A | 11 | 54 | 41 | 34 |
| Octal | 225 | 324 | 67 | 36 | 0 | 112 | 21 | 124 | 101 | 64 |
| Binary | 10010101 | 11010100 | 110111 | 11110 | 0 | 1001010 | 10001 | 1010100 | 1000001 | 110100 |
Color Harmonies of #95D437
Complementary color
Monochromatic Colors of #95D437
Black with #95D437
Text Example
Text Example
White with #95D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D437; }
p { color: rgb(149,212,55); }
H1.HeaderClassName
{
color: #95D437;
}
.AnyTagClassName
{
color: #95D437;
}
</style>
background-color css
<style>
a { background-color: #95D437; }
a { background-color: rgb(149,212,55); }
div.DivClassName
{
background-color: #95D437;
}
.BgClassName
{
background-color: #95D437;
}
</style>
border-color css
<style>
span { border-color: #95D437; }
span { border-color: rgb(149,212,55); }
td.TdClassName
{
border-color: #95D437;
}
.TagClassName
{
border-color: #95D437;
}
</style>