Shades of Green Yellow #95FF40
Tints of Green Yellow #95FF40
RGB
CMYK
RGB Variations
Color information
#95FF40 (or 0x95FF40) is known color: Green Yellow. HEX triplet: 95, FF and 40. RGB value is (149,255,64). Sum of RGB (Red+Green+Blue) = 149+255+64=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF40 is #6A00BF. Grayscale: #CACACA. Windows color (decimal): -6947008 or 4259733. OLE color: 4259733.
HSL color Cylindrical-coordinate representation of color #95FF40: hue angle of 93.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95FF40 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 64 | - |
| CMYK | 0.42 | 0 | 0.75 | 0 |
| HSL | 93.3º | 1% | 0.63% | - |
| HSV(B) | 93.3º | 0.75% | 1% | - |
| XYZ | 49.08 | 78.28 | 17.37 | - |
| YUV | 201.53 | 50.38 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 64 | 0.42 | 0 | 0.75 | 0 | 93.3 | 1 | 0.63 |
| Hex | 95 | FF | 40 | 2A | 0 | 4B | 0 | 5D | 64 | 3F |
| Octal | 225 | 377 | 100 | 52 | 0 | 113 | 0 | 135 | 144 | 77 |
| Binary | 10010101 | 11111111 | 1000000 | 101010 | 0 | 1001011 | 0 | 1011101 | 1100100 | 111111 |
Color Harmonies of #95FF40
Complementary color
Monochromatic Colors of #95FF40
Black with #95FF40
Text Example
Text Example
White with #95FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF40; }
p { color: rgb(149,255,64); }
H1.HeaderClassName
{
color: #95FF40;
}
.AnyTagClassName
{
color: #95FF40;
}
</style>
background-color css
<style>
a { background-color: #95FF40; }
a { background-color: rgb(149,255,64); }
div.DivClassName
{
background-color: #95FF40;
}
.BgClassName
{
background-color: #95FF40;
}
</style>
border-color css
<style>
span { border-color: #95FF40; }
span { border-color: rgb(149,255,64); }
td.TdClassName
{
border-color: #95FF40;
}
.TagClassName
{
border-color: #95FF40;
}
</style>