Shades of Atlantis #95E842
Tints of Atlantis #95E842
RGB
CMYK
RGB Variations
Color information
#95E842 (or 0x95E842) is known color: Atlantis. HEX triplet: 95, E8 and 42. RGB value is (149,232,66). Sum of RGB (Red+Green+Blue) = 149+232+66=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #95E842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E842 is #6A17BD. Grayscale: #BCBCBC. Windows color (decimal): -6952894 or 4384917. OLE color: 4384917.
HSL color Cylindrical-coordinate representation of color #95E842: hue angle of 90º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95E842 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 66 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.09 |
| HSL | 90º | 0.78% | 0.58% | - |
| HSV(B) | 90º | 0.72% | 0.91% | - |
| XYZ | 42.23 | 64.5 | 15.38 | - |
| YUV | 188.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 66 | 0.36 | 0 | 0.72 | 0.09 | 90 | 0.78 | 0.58 |
| Hex | 95 | E8 | 42 | 24 | 0 | 48 | 9 | 5A | 4E | 3A |
| Octal | 225 | 350 | 102 | 44 | 0 | 110 | 11 | 132 | 116 | 72 |
| Binary | 10010101 | 11101000 | 1000010 | 100100 | 0 | 1001000 | 1001 | 1011010 | 1001110 | 111010 |
Color Harmonies of #95E842
Complementary color
Monochromatic Colors of #95E842
Black with #95E842
Text Example
Text Example
White with #95E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E842; }
p { color: rgb(149,232,66); }
H1.HeaderClassName
{
color: #95E842;
}
.AnyTagClassName
{
color: #95E842;
}
</style>
background-color css
<style>
a { background-color: #95E842; }
a { background-color: rgb(149,232,66); }
div.DivClassName
{
background-color: #95E842;
}
.BgClassName
{
background-color: #95E842;
}
</style>
border-color css
<style>
span { border-color: #95E842; }
span { border-color: rgb(149,232,66); }
td.TdClassName
{
border-color: #95E842;
}
.TagClassName
{
border-color: #95E842;
}
</style>