Shades of Yellow Green #95CE2D
Tints of Yellow Green #95CE2D
RGB
CMYK
RGB Variations
Color information
#95CE2D (or 0x95CE2D) is known color: Yellow Green. HEX triplet: 95, CE and 2D. RGB value is (149,206,45). Sum of RGB (Red+Green+Blue) = 149+206+45=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CE2D is #6A31D2. Grayscale: #ABABAB. Windows color (decimal): -6959571 or 3002005. OLE color: 3002005.
HSL color Cylindrical-coordinate representation of color #95CE2D: hue angle of 81.24º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95CE2D is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 45 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.19 |
| HSL | 81.24º | 0.64% | 0.49% | - |
| HSV(B) | 81.24º | 0.78% | 0.81% | - |
| XYZ | 34.94 | 50.72 | 10.43 | - |
| YUV | 170.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 45 | 0.28 | 0 | 0.78 | 0.19 | 81.24 | 0.64 | 0.49 |
| Hex | 95 | CE | 2D | 1C | 0 | 4E | 13 | 51 | 40 | 31 |
| Octal | 225 | 316 | 55 | 34 | 0 | 116 | 23 | 121 | 100 | 61 |
| Binary | 10010101 | 11001110 | 101101 | 11100 | 0 | 1001110 | 10011 | 1010001 | 1000000 | 110001 |
Color Harmonies of #95CE2D
Complementary color
Monochromatic Colors of #95CE2D
Black with #95CE2D
Text Example
Text Example
White with #95CE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE2D; }
p { color: rgb(149,206,45); }
H1.HeaderClassName
{
color: #95CE2D;
}
.AnyTagClassName
{
color: #95CE2D;
}
</style>
background-color css
<style>
a { background-color: #95CE2D; }
a { background-color: rgb(149,206,45); }
div.DivClassName
{
background-color: #95CE2D;
}
.BgClassName
{
background-color: #95CE2D;
}
</style>
border-color css
<style>
span { border-color: #95CE2D; }
span { border-color: rgb(149,206,45); }
td.TdClassName
{
border-color: #95CE2D;
}
.TagClassName
{
border-color: #95CE2D;
}
</style>