Shades of Atlantis #95EC40
Tints of Atlantis #95EC40
RGB
CMYK
RGB Variations
Color information
#95EC40 (or 0x95EC40) is known color: Atlantis. HEX triplet: 95, EC and 40. RGB value is (149,236,64). Sum of RGB (Red+Green+Blue) = 149+236+64=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EC40 is #6A13BF. Grayscale: #BEBEBE. Windows color (decimal): -6951872 or 4254869. OLE color: 4254869.
HSL color Cylindrical-coordinate representation of color #95EC40: hue angle of 90.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95EC40 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 64 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.07 |
| HSL | 90.35º | 0.82% | 0.59% | - |
| HSV(B) | 90.35º | 0.73% | 0.93% | - |
| XYZ | 43.32 | 66.75 | 15.45 | - |
| YUV | 190.38 | 56.68 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 64 | 0.37 | 0 | 0.73 | 0.07 | 90.35 | 0.82 | 0.59 |
| Hex | 95 | EC | 40 | 25 | 0 | 49 | 7 | 5A | 52 | 3B |
| Octal | 225 | 354 | 100 | 45 | 0 | 111 | 7 | 132 | 122 | 73 |
| Binary | 10010101 | 11101100 | 1000000 | 100101 | 0 | 1001001 | 111 | 1011010 | 1010010 | 111011 |
Color Harmonies of #95EC40
Complementary color
Monochromatic Colors of #95EC40
Black with #95EC40
Text Example
Text Example
White with #95EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC40; }
p { color: rgb(149,236,64); }
H1.HeaderClassName
{
color: #95EC40;
}
.AnyTagClassName
{
color: #95EC40;
}
</style>
background-color css
<style>
a { background-color: #95EC40; }
a { background-color: rgb(149,236,64); }
div.DivClassName
{
background-color: #95EC40;
}
.BgClassName
{
background-color: #95EC40;
}
</style>
border-color css
<style>
span { border-color: #95EC40; }
span { border-color: rgb(149,236,64); }
td.TdClassName
{
border-color: #95EC40;
}
.TagClassName
{
border-color: #95EC40;
}
</style>