Shades of Atlantis #95E744
Tints of Atlantis #95E744
RGB
CMYK
RGB Variations
Color information
#95E744 (or 0x95E744) is known color: Atlantis. HEX triplet: 95, E7 and 44. RGB value is (149,231,68). Sum of RGB (Red+Green+Blue) = 149+231+68=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #95E744 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95E744 is #6A18BB. Grayscale: #BCBCBC. Windows color (decimal): -6953148 or 4515733. OLE color: 4515733.
HSL color Cylindrical-coordinate representation of color #95E744: hue angle of 90.18º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95E744 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 231 | 68 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.09 |
| HSL | 90.18º | 0.77% | 0.59% | - |
| HSV(B) | 90.18º | 0.71% | 0.91% | - |
| XYZ | 42.01 | 63.96 | 15.6 | - |
| YUV | 187.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 231 | 68 | 0.35 | 0 | 0.71 | 0.09 | 90.18 | 0.77 | 0.59 |
| Hex | 95 | E7 | 44 | 23 | 0 | 47 | 9 | 5A | 4D | 3B |
| Octal | 225 | 347 | 104 | 43 | 0 | 107 | 11 | 132 | 115 | 73 |
| Binary | 10010101 | 11100111 | 1000100 | 100011 | 0 | 1000111 | 1001 | 1011010 | 1001101 | 111011 |
Color Harmonies of #95E744
Complementary color
Monochromatic Colors of #95E744
Black with #95E744
Text Example
Text Example
White with #95E744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E744; }
p { color: rgb(149,231,68); }
H1.HeaderClassName
{
color: #95E744;
}
.AnyTagClassName
{
color: #95E744;
}
</style>
background-color css
<style>
a { background-color: #95E744; }
a { background-color: rgb(149,231,68); }
div.DivClassName
{
background-color: #95E744;
}
.BgClassName
{
background-color: #95E744;
}
</style>
border-color css
<style>
span { border-color: #95E744; }
span { border-color: rgb(149,231,68); }
td.TdClassName
{
border-color: #95E744;
}
.TagClassName
{
border-color: #95E744;
}
</style>