Shades of Yellow Green #95DC2C
Tints of Yellow Green #95DC2C
RGB
CMYK
RGB Variations
Color information
#95DC2C (or 0x95DC2C) is known color: Yellow Green. HEX triplet: 95, DC and 2C. RGB value is (149,220,44). Sum of RGB (Red+Green+Blue) = 149+220+44=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DC2C is #6A23D3. Grayscale: #B3B3B3. Windows color (decimal): -6955988 or 2940053. OLE color: 2940053.
HSL color Cylindrical-coordinate representation of color #95DC2C: hue angle of 84.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95DC2C is Cyan = 0.32, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 44 | - |
| CMYK | 0.32 | 0 | 0.8 | 0.14 |
| HSL | 84.2º | 0.72% | 0.52% | - |
| HSV(B) | 84.2º | 0.8% | 0.86% | - |
| XYZ | 38.44 | 57.76 | 11.51 | - |
| YUV | 178.71 | 51.98 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 44 | 0.32 | 0 | 0.8 | 0.14 | 84.2 | 0.72 | 0.52 |
| Hex | 95 | DC | 2C | 20 | 0 | 50 | E | 54 | 48 | 34 |
| Octal | 225 | 334 | 54 | 40 | 0 | 120 | 16 | 124 | 110 | 64 |
| Binary | 10010101 | 11011100 | 101100 | 100000 | 0 | 1010000 | 1110 | 1010100 | 1001000 | 110100 |
Color Harmonies of #95DC2C
Complementary color
Monochromatic Colors of #95DC2C
Black with #95DC2C
Text Example
Text Example
White with #95DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DC2C; }
p { color: rgb(149,220,44); }
H1.HeaderClassName
{
color: #95DC2C;
}
.AnyTagClassName
{
color: #95DC2C;
}
</style>
background-color css
<style>
a { background-color: #95DC2C; }
a { background-color: rgb(149,220,44); }
div.DivClassName
{
background-color: #95DC2C;
}
.BgClassName
{
background-color: #95DC2C;
}
</style>
border-color css
<style>
span { border-color: #95DC2C; }
span { border-color: rgb(149,220,44); }
td.TdClassName
{
border-color: #95DC2C;
}
.TagClassName
{
border-color: #95DC2C;
}
</style>