Shades of Yellow Green #95DF1E
Tints of Yellow Green #95DF1E
RGB
CMYK
RGB Variations
Color information
#95DF1E (or 0x95DF1E) is known color: Yellow Green. HEX triplet: 95, DF and 1E. RGB value is (149,223,30). Sum of RGB (Red+Green+Blue) = 149+223+30=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF1E is #6A20E1. Grayscale: #B3B3B3. Windows color (decimal): -6955234 or 2023317. OLE color: 2023317.
HSL color Cylindrical-coordinate representation of color #95DF1E: hue angle of 83.01º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95DF1E is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 30 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.13 |
| HSL | 83.01º | 0.76% | 0.5% | - |
| HSV(B) | 83.01º | 0.87% | 0.87% | - |
| XYZ | 39.02 | 59.26 | 10.61 | - |
| YUV | 178.87 | 43.98 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 30 | 0.33 | 0 | 0.87 | 0.13 | 83.01 | 0.76 | 0.5 |
| Hex | 95 | DF | 1E | 21 | 0 | 57 | D | 53 | 4C | 32 |
| Octal | 225 | 337 | 36 | 41 | 0 | 127 | 15 | 123 | 114 | 62 |
| Binary | 10010101 | 11011111 | 11110 | 100001 | 0 | 1010111 | 1101 | 1010011 | 1001100 | 110010 |
Color Harmonies of #95DF1E
Complementary color
Monochromatic Colors of #95DF1E
Black with #95DF1E
Text Example
Text Example
White with #95DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF1E; }
p { color: rgb(149,223,30); }
H1.HeaderClassName
{
color: #95DF1E;
}
.AnyTagClassName
{
color: #95DF1E;
}
</style>
background-color css
<style>
a { background-color: #95DF1E; }
a { background-color: rgb(149,223,30); }
div.DivClassName
{
background-color: #95DF1E;
}
.BgClassName
{
background-color: #95DF1E;
}
</style>
border-color css
<style>
span { border-color: #95DF1E; }
span { border-color: rgb(149,223,30); }
td.TdClassName
{
border-color: #95DF1E;
}
.TagClassName
{
border-color: #95DF1E;
}
</style>