Shades of Yellow Green #95DF2D
Tints of Yellow Green #95DF2D
RGB
CMYK
RGB Variations
Color information
#95DF2D (or 0x95DF2D) is known color: Yellow Green. HEX triplet: 95, DF and 2D. RGB value is (149,223,45). Sum of RGB (Red+Green+Blue) = 149+223+45=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DF2D is #6A20D2. Grayscale: #B5B5B5. Windows color (decimal): -6955219 or 3006357. OLE color: 3006357.
HSL color Cylindrical-coordinate representation of color #95DF2D: hue angle of 84.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95DF2D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 45 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.13 |
| HSL | 84.94º | 0.74% | 0.53% | - |
| HSV(B) | 84.94º | 0.8% | 0.87% | - |
| XYZ | 39.26 | 59.35 | 11.87 | - |
| YUV | 180.58 | 51.48 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 45 | 0.33 | 0 | 0.80 | 0.13 | 84.94 | 0.74 | 0.53 |
| Hex | 95 | DF | 2D | 21 | 0 | 50 | D | 55 | 4A | 35 |
| Octal | 225 | 337 | 55 | 41 | 0 | 120 | 15 | 125 | 112 | 65 |
| Binary | 10010101 | 11011111 | 101101 | 100001 | 0 | 1010000 | 1101 | 1010101 | 1001010 | 110101 |
Color Harmonies of #95DF2D
Complementary color
Monochromatic Colors of #95DF2D
Black with #95DF2D
Text Example
Text Example
White with #95DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF2D; }
p { color: rgb(149,223,45); }
H1.HeaderClassName
{
color: #95DF2D;
}
.AnyTagClassName
{
color: #95DF2D;
}
</style>
background-color css
<style>
a { background-color: #95DF2D; }
a { background-color: rgb(149,223,45); }
div.DivClassName
{
background-color: #95DF2D;
}
.BgClassName
{
background-color: #95DF2D;
}
</style>
border-color css
<style>
span { border-color: #95DF2D; }
span { border-color: rgb(149,223,45); }
td.TdClassName
{
border-color: #95DF2D;
}
.TagClassName
{
border-color: #95DF2D;
}
</style>