Shades of Atlantis #95D754
Tints of Atlantis #95D754
RGB
CMYK
RGB Variations
Color information
#95D754 (or 0x95D754) is known color: Atlantis. HEX triplet: 95, D7 and 54. RGB value is (149,215,84). Sum of RGB (Red+Green+Blue) = 149+215+84=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #95D754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D754 is #6A28AB. Grayscale: #B4B4B4. Windows color (decimal): -6957228 or 5560213. OLE color: 5560213.
HSL color Cylindrical-coordinate representation of color #95D754: hue angle of 90.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95D754 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 215 | 84 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.16 |
| HSL | 90.23º | 0.62% | 0.59% | - |
| HSV(B) | 90.23º | 0.61% | 0.84% | - |
| XYZ | 38.3 | 55.63 | 17.11 | - |
| YUV | 180.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 84 | 0.31 | 0 | 0.61 | 0.16 | 90.23 | 0.62 | 0.59 |
| Hex | 95 | D7 | 54 | 1F | 0 | 3D | 10 | 5A | 3E | 3B |
| Octal | 225 | 327 | 124 | 37 | 0 | 75 | 20 | 132 | 76 | 73 |
| Binary | 10010101 | 11010111 | 1010100 | 11111 | 0 | 111101 | 10000 | 1011010 | 111110 | 111011 |
Color Harmonies of #95D754
Complementary color
Monochromatic Colors of #95D754
Black with #95D754
Text Example
Text Example
White with #95D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D754; }
p { color: rgb(149,215,84); }
H1.HeaderClassName
{
color: #95D754;
}
.AnyTagClassName
{
color: #95D754;
}
</style>
background-color css
<style>
a { background-color: #95D754; }
a { background-color: rgb(149,215,84); }
div.DivClassName
{
background-color: #95D754;
}
.BgClassName
{
background-color: #95D754;
}
</style>
border-color css
<style>
span { border-color: #95D754; }
span { border-color: rgb(149,215,84); }
td.TdClassName
{
border-color: #95D754;
}
.TagClassName
{
border-color: #95D754;
}
</style>