Shades of Conifer #95E453
Tints of Conifer #95E453
RGB
CMYK
RGB Variations
Color information
#95E453 (or 0x95E453) is known color: Conifer. HEX triplet: 95, E4 and 53. RGB value is (149,228,83). Sum of RGB (Red+Green+Blue) = 149+228+83=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #95E453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E453 is #6A1BAC. Grayscale: #BCBCBC. Windows color (decimal): -6953901 or 5498005. OLE color: 5498005.
HSL color Cylindrical-coordinate representation of color #95E453: hue angle of 92.69º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95E453 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 83 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.11 |
| HSL | 92.69º | 0.73% | 0.61% | - |
| HSV(B) | 92.69º | 0.64% | 0.89% | - |
| XYZ | 41.7 | 62.5 | 18.05 | - |
| YUV | 187.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 83 | 0.35 | 0 | 0.64 | 0.11 | 92.69 | 0.73 | 0.61 |
| Hex | 95 | E4 | 53 | 23 | 0 | 40 | B | 5D | 49 | 3D |
| Octal | 225 | 344 | 123 | 43 | 0 | 100 | 13 | 135 | 111 | 75 |
| Binary | 10010101 | 11100100 | 1010011 | 100011 | 0 | 1000000 | 1011 | 1011101 | 1001001 | 111101 |
Color Harmonies of #95E453
Complementary color
Monochromatic Colors of #95E453
Black with #95E453
Text Example
Text Example
White with #95E453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E453; }
p { color: rgb(149,228,83); }
H1.HeaderClassName
{
color: #95E453;
}
.AnyTagClassName
{
color: #95E453;
}
</style>
background-color css
<style>
a { background-color: #95E453; }
a { background-color: rgb(149,228,83); }
div.DivClassName
{
background-color: #95E453;
}
.BgClassName
{
background-color: #95E453;
}
</style>
border-color css
<style>
span { border-color: #95E453; }
span { border-color: rgb(149,228,83); }
td.TdClassName
{
border-color: #95E453;
}
.TagClassName
{
border-color: #95E453;
}
</style>