Shades of Atlantis #95EC4B
Tints of Atlantis #95EC4B
RGB
CMYK
RGB Variations
Color information
#95EC4B (or 0x95EC4B) is known color: Atlantis. HEX triplet: 95, EC and 4B. RGB value is (149,236,75). Sum of RGB (Red+Green+Blue) = 149+236+75=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EC4B is #6A13B4. Grayscale: #C0C0C0. Windows color (decimal): -6951861 or 4975765. OLE color: 4975765.
HSL color Cylindrical-coordinate representation of color #95EC4B: hue angle of 92.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95EC4B is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 75 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.07 |
| HSL | 92.42º | 0.81% | 0.61% | - |
| HSV(B) | 92.42º | 0.68% | 0.93% | - |
| XYZ | 43.66 | 66.89 | 17.27 | - |
| YUV | 191.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 75 | 0.37 | 0 | 0.68 | 0.07 | 92.42 | 0.81 | 0.61 |
| Hex | 95 | EC | 4B | 25 | 0 | 44 | 7 | 5C | 51 | 3D |
| Octal | 225 | 354 | 113 | 45 | 0 | 104 | 7 | 134 | 121 | 75 |
| Binary | 10010101 | 11101100 | 1001011 | 100101 | 0 | 1000100 | 111 | 1011100 | 1010001 | 111101 |
Color Harmonies of #95EC4B
Complementary color
Monochromatic Colors of #95EC4B
Black with #95EC4B
Text Example
Text Example
White with #95EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC4B; }
p { color: rgb(149,236,75); }
H1.HeaderClassName
{
color: #95EC4B;
}
.AnyTagClassName
{
color: #95EC4B;
}
</style>
background-color css
<style>
a { background-color: #95EC4B; }
a { background-color: rgb(149,236,75); }
div.DivClassName
{
background-color: #95EC4B;
}
.BgClassName
{
background-color: #95EC4B;
}
</style>
border-color css
<style>
span { border-color: #95EC4B; }
span { border-color: rgb(149,236,75); }
td.TdClassName
{
border-color: #95EC4B;
}
.TagClassName
{
border-color: #95EC4B;
}
</style>