Shades of Green Yellow #95F01D
Tints of Green Yellow #95F01D
RGB
CMYK
RGB Variations
Color information
#95F01D (or 0x95F01D) is known color: Green Yellow. HEX triplet: 95, F0 and 1D. RGB value is (149,240,29). Sum of RGB (Red+Green+Blue) = 149+240+29=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #95F01D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F01D is #6A0FE2. Grayscale: #BDBDBD. Windows color (decimal): -6950883 or 1962133. OLE color: 1962133.
HSL color Cylindrical-coordinate representation of color #95F01D: hue angle of 85.88º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95F01D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 240 | 29 | - |
| CMYK | 0.38 | 0 | 0.88 | 0.06 |
| HSL | 85.88º | 0.88% | 0.53% | - |
| HSV(B) | 85.88º | 0.88% | 0.94% | - |
| XYZ | 43.78 | 68.8 | 12.13 | - |
| YUV | 188.74 | 37.85 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 240 | 29 | 0.38 | 0 | 0.88 | 0.06 | 85.88 | 0.88 | 0.53 |
| Hex | 95 | F0 | 1D | 26 | 0 | 58 | 6 | 56 | 58 | 35 |
| Octal | 225 | 360 | 35 | 46 | 0 | 130 | 6 | 126 | 130 | 65 |
| Binary | 10010101 | 11110000 | 11101 | 100110 | 0 | 1011000 | 110 | 1010110 | 1011000 | 110101 |
Color Harmonies of #95F01D
Complementary color
Monochromatic Colors of #95F01D
Black with #95F01D
Text Example
Text Example
White with #95F01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F01D; }
p { color: rgb(149,240,29); }
H1.HeaderClassName
{
color: #95F01D;
}
.AnyTagClassName
{
color: #95F01D;
}
</style>
background-color css
<style>
a { background-color: #95F01D; }
a { background-color: rgb(149,240,29); }
div.DivClassName
{
background-color: #95F01D;
}
.BgClassName
{
background-color: #95F01D;
}
</style>
border-color css
<style>
span { border-color: #95F01D; }
span { border-color: rgb(149,240,29); }
td.TdClassName
{
border-color: #95F01D;
}
.TagClassName
{
border-color: #95F01D;
}
</style>