Shades of Yellow Green #95CE2E
Tints of Yellow Green #95CE2E
RGB
CMYK
RGB Variations
Color information
#95CE2E (or 0x95CE2E) is known color: Yellow Green. HEX triplet: 95, CE and 2E. RGB value is (149,206,46). Sum of RGB (Red+Green+Blue) = 149+206+46=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CE2E is #6A31D1. Grayscale: #ABABAB. Windows color (decimal): -6959570 or 3067541. OLE color: 3067541.
HSL color Cylindrical-coordinate representation of color #95CE2E: hue angle of 81.38º degrees, saturation: 0.63, 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 #95CE2E is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 206 | 46 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.19 |
| HSL | 81.38º | 0.63% | 0.49% | - |
| HSV(B) | 81.38º | 0.78% | 0.81% | - |
| XYZ | 34.96 | 50.73 | 10.53 | - |
| YUV | 170.72 | 57.62 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 46 | 0.28 | 0 | 0.78 | 0.19 | 81.38 | 0.63 | 0.49 |
| Hex | 95 | CE | 2E | 1C | 0 | 4E | 13 | 51 | 3F | 31 |
| Octal | 225 | 316 | 56 | 34 | 0 | 116 | 23 | 121 | 77 | 61 |
| Binary | 10010101 | 11001110 | 101110 | 11100 | 0 | 1001110 | 10011 | 1010001 | 111111 | 110001 |
Color Harmonies of #95CE2E
Complementary color
Monochromatic Colors of #95CE2E
Black with #95CE2E
Text Example
Text Example
White with #95CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CE2E; }
p { color: rgb(149,206,46); }
H1.HeaderClassName
{
color: #95CE2E;
}
.AnyTagClassName
{
color: #95CE2E;
}
</style>
background-color css
<style>
a { background-color: #95CE2E; }
a { background-color: rgb(149,206,46); }
div.DivClassName
{
background-color: #95CE2E;
}
.BgClassName
{
background-color: #95CE2E;
}
</style>
border-color css
<style>
span { border-color: #95CE2E; }
span { border-color: rgb(149,206,46); }
td.TdClassName
{
border-color: #95CE2E;
}
.TagClassName
{
border-color: #95CE2E;
}
</style>