Shades of Atlantis #95E742
Tints of Atlantis #95E742
RGB
CMYK
RGB Variations
Color information
#95E742 (or 0x95E742) is known color: Atlantis. HEX triplet: 95, E7 and 42. RGB value is (149,231,66). Sum of RGB (Red+Green+Blue) = 149+231+66=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #95E742 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E742 is #6A18BD. Grayscale: #BCBCBC. Windows color (decimal): -6953150 or 4384661. OLE color: 4384661.
HSL color Cylindrical-coordinate representation of color #95E742: hue angle of 89.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95E742 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 231 | 66 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.09 |
| HSL | 89.82º | 0.77% | 0.58% | - |
| HSV(B) | 89.82º | 0.71% | 0.91% | - |
| XYZ | 41.95 | 63.93 | 15.28 | - |
| YUV | 187.67 | 59.33 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 66 | 0.35 | 0 | 0.71 | 0.09 | 89.82 | 0.77 | 0.58 |
| Hex | 95 | E7 | 42 | 23 | 0 | 47 | 9 | 5A | 4D | 3A |
| Octal | 225 | 347 | 102 | 43 | 0 | 107 | 11 | 132 | 115 | 72 |
| Binary | 10010101 | 11100111 | 1000010 | 100011 | 0 | 1000111 | 1001 | 1011010 | 1001101 | 111010 |
Color Harmonies of #95E742
Complementary color
Monochromatic Colors of #95E742
Black with #95E742
Text Example
Text Example
White with #95E742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E742; }
p { color: rgb(149,231,66); }
H1.HeaderClassName
{
color: #95E742;
}
.AnyTagClassName
{
color: #95E742;
}
</style>
background-color css
<style>
a { background-color: #95E742; }
a { background-color: rgb(149,231,66); }
div.DivClassName
{
background-color: #95E742;
}
.BgClassName
{
background-color: #95E742;
}
</style>
border-color css
<style>
span { border-color: #95E742; }
span { border-color: rgb(149,231,66); }
td.TdClassName
{
border-color: #95E742;
}
.TagClassName
{
border-color: #95E742;
}
</style>