Shades of Green Yellow #95FD2D
Tints of Green Yellow #95FD2D
RGB
CMYK
RGB Variations
Color information
#95FD2D (or 0x95FD2D) is known color: Green Yellow. HEX triplet: 95, FD and 2D. RGB value is (149,253,45). Sum of RGB (Red+Green+Blue) = 149+253+45=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 253 (99.22% from 255 or 56.60% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 253 - color contains mainly: green. Hex color #95FD2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FD2D is #6A02D2. Grayscale: #C6C6C6. Windows color (decimal): -6947539 or 3014037. OLE color: 3014037.
HSL color Cylindrical-coordinate representation of color #95FD2D: hue angle of 90º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95FD2D is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 45 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.01 |
| HSL | 90º | 0.98% | 0.58% | - |
| HSV(B) | 90º | 0.82% | 0.99% | - |
| XYZ | 47.99 | 76.83 | 14.78 | - |
| YUV | 198.19 | 41.54 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 45 | 0.41 | 0 | 0.82 | 0.01 | 90 | 0.98 | 0.58 |
| Hex | 95 | FD | 2D | 29 | 0 | 52 | 1 | 5A | 62 | 3A |
| Octal | 225 | 375 | 55 | 51 | 0 | 122 | 1 | 132 | 142 | 72 |
| Binary | 10010101 | 11111101 | 101101 | 101001 | 0 | 1010010 | 1 | 1011010 | 1100010 | 111010 |
Color Harmonies of #95FD2D
Complementary color
Monochromatic Colors of #95FD2D
Black with #95FD2D
Text Example
Text Example
White with #95FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FD2D; }
p { color: rgb(149,253,45); }
H1.HeaderClassName
{
color: #95FD2D;
}
.AnyTagClassName
{
color: #95FD2D;
}
</style>
background-color css
<style>
a { background-color: #95FD2D; }
a { background-color: rgb(149,253,45); }
div.DivClassName
{
background-color: #95FD2D;
}
.BgClassName
{
background-color: #95FD2D;
}
</style>
border-color css
<style>
span { border-color: #95FD2D; }
span { border-color: rgb(149,253,45); }
td.TdClassName
{
border-color: #95FD2D;
}
.TagClassName
{
border-color: #95FD2D;
}
</style>