Shades of Green Yellow #95FF2A
Tints of Green Yellow #95FF2A
RGB
CMYK
RGB Variations
Color information
#95FF2A (or 0x95FF2A) is known color: Green Yellow. HEX triplet: 95, FF and 2A. RGB value is (149,255,42). Sum of RGB (Red+Green+Blue) = 149+255+42=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF2A is #6A00D5. Grayscale: #C7C7C7. Windows color (decimal): -6947030 or 2817941. OLE color: 2817941.
HSL color Cylindrical-coordinate representation of color #95FF2A: hue angle of 89.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95FF2A is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 42 | - |
| CMYK | 0.42 | 0 | 0.84 | 0 |
| HSL | 89.86º | 1% | 0.58% | - |
| HSV(B) | 89.86º | 0.84% | 1% | - |
| XYZ | 48.57 | 78.08 | 14.7 | - |
| YUV | 199.02 | 39.38 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 42 | 0.42 | 0 | 0.84 | 0 | 89.86 | 1 | 0.58 |
| Hex | 95 | FF | 2A | 2A | 0 | 54 | 0 | 5A | 64 | 3A |
| Octal | 225 | 377 | 52 | 52 | 0 | 124 | 0 | 132 | 144 | 72 |
| Binary | 10010101 | 11111111 | 101010 | 101010 | 0 | 1010100 | 0 | 1011010 | 1100100 | 111010 |
Color Harmonies of #95FF2A
Complementary color
Monochromatic Colors of #95FF2A
Black with #95FF2A
Text Example
Text Example
White with #95FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF2A; }
p { color: rgb(149,255,42); }
H1.HeaderClassName
{
color: #95FF2A;
}
.AnyTagClassName
{
color: #95FF2A;
}
</style>
background-color css
<style>
a { background-color: #95FF2A; }
a { background-color: rgb(149,255,42); }
div.DivClassName
{
background-color: #95FF2A;
}
.BgClassName
{
background-color: #95FF2A;
}
</style>
border-color css
<style>
span { border-color: #95FF2A; }
span { border-color: rgb(149,255,42); }
td.TdClassName
{
border-color: #95FF2A;
}
.TagClassName
{
border-color: #95FF2A;
}
</style>