Shades of Green Yellow #95FF3E
Tints of Green Yellow #95FF3E
RGB
CMYK
RGB Variations
Color information
#95FF3E (or 0x95FF3E) is known color: Green Yellow. HEX triplet: 95, FF and 3E. RGB value is (149,255,62). Sum of RGB (Red+Green+Blue) = 149+255+62=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF3E is #6A00C1. Grayscale: #C9C9C9. Windows color (decimal): -6947010 or 4128661. OLE color: 4128661.
HSL color Cylindrical-coordinate representation of color #95FF3E: hue angle of 92.95º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95FF3E is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 62 | - |
| CMYK | 0.42 | 0 | 0.76 | 0 |
| HSL | 92.95º | 1% | 0.62% | - |
| HSV(B) | 92.95º | 0.76% | 1% | - |
| XYZ | 49.02 | 78.26 | 17.08 | - |
| YUV | 201.3 | 49.38 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 62 | 0.42 | 0 | 0.76 | 0 | 92.95 | 1 | 0.62 |
| Hex | 95 | FF | 3E | 2A | 0 | 4C | 0 | 5D | 64 | 3E |
| Octal | 225 | 377 | 76 | 52 | 0 | 114 | 0 | 135 | 144 | 76 |
| Binary | 10010101 | 11111111 | 111110 | 101010 | 0 | 1001100 | 0 | 1011101 | 1100100 | 111110 |
Color Harmonies of #95FF3E
Complementary color
Monochromatic Colors of #95FF3E
Black with #95FF3E
Text Example
Text Example
White with #95FF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF3E; }
p { color: rgb(149,255,62); }
H1.HeaderClassName
{
color: #95FF3E;
}
.AnyTagClassName
{
color: #95FF3E;
}
</style>
background-color css
<style>
a { background-color: #95FF3E; }
a { background-color: rgb(149,255,62); }
div.DivClassName
{
background-color: #95FF3E;
}
.BgClassName
{
background-color: #95FF3E;
}
</style>
border-color css
<style>
span { border-color: #95FF3E; }
span { border-color: rgb(149,255,62); }
td.TdClassName
{
border-color: #95FF3E;
}
.TagClassName
{
border-color: #95FF3E;
}
</style>