Shades of Yellow Green #95DF1D
Tints of Yellow Green #95DF1D
RGB
CMYK
RGB Variations
Color information
#95DF1D (or 0x95DF1D) is known color: Yellow Green. HEX triplet: 95, DF and 1D. RGB value is (149,223,29). Sum of RGB (Red+Green+Blue) = 149+223+29=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF1D is #6A20E2. Grayscale: #B3B3B3. Windows color (decimal): -6955235 or 1957781. OLE color: 1957781.
HSL color Cylindrical-coordinate representation of color #95DF1D: hue angle of 82.89º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95DF1D is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 29 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.13 |
| HSL | 82.89º | 0.77% | 0.49% | - |
| HSV(B) | 82.89º | 0.87% | 0.87% | - |
| XYZ | 39 | 59.25 | 10.54 | - |
| YUV | 178.76 | 43.48 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 29 | 0.33 | 0 | 0.87 | 0.13 | 82.89 | 0.77 | 0.49 |
| Hex | 95 | DF | 1D | 21 | 0 | 57 | D | 53 | 4D | 31 |
| Octal | 225 | 337 | 35 | 41 | 0 | 127 | 15 | 123 | 115 | 61 |
| Binary | 10010101 | 11011111 | 11101 | 100001 | 0 | 1010111 | 1101 | 1010011 | 1001101 | 110001 |
Color Harmonies of #95DF1D
Complementary color
Monochromatic Colors of #95DF1D
Black with #95DF1D
Text Example
Text Example
White with #95DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF1D; }
p { color: rgb(149,223,29); }
H1.HeaderClassName
{
color: #95DF1D;
}
.AnyTagClassName
{
color: #95DF1D;
}
</style>
background-color css
<style>
a { background-color: #95DF1D; }
a { background-color: rgb(149,223,29); }
div.DivClassName
{
background-color: #95DF1D;
}
.BgClassName
{
background-color: #95DF1D;
}
</style>
border-color css
<style>
span { border-color: #95DF1D; }
span { border-color: rgb(149,223,29); }
td.TdClassName
{
border-color: #95DF1D;
}
.TagClassName
{
border-color: #95DF1D;
}
</style>