Shades of Conifer #95E25C
Tints of Conifer #95E25C
RGB
CMYK
RGB Variations
Color information
#95E25C (or 0x95E25C) is known color: Conifer. HEX triplet: 95, E2 and 5C. RGB value is (149,226,92). Sum of RGB (Red+Green+Blue) = 149+226+92=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #95E25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E25C is #6A1DA3. Grayscale: #BCBCBC. Windows color (decimal): -6954404 or 6087317. OLE color: 6087317.
HSL color Cylindrical-coordinate representation of color #95E25C: hue angle of 94.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95E25C is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 92 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.11 |
| HSL | 94.48º | 0.7% | 0.62% | - |
| HSV(B) | 94.48º | 0.59% | 0.89% | - |
| XYZ | 41.52 | 61.55 | 19.82 | - |
| YUV | 187.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 92 | 0.34 | 0 | 0.59 | 0.11 | 94.48 | 0.7 | 0.62 |
| Hex | 95 | E2 | 5C | 22 | 0 | 3B | B | 5E | 46 | 3E |
| Octal | 225 | 342 | 134 | 42 | 0 | 73 | 13 | 136 | 106 | 76 |
| Binary | 10010101 | 11100010 | 1011100 | 100010 | 0 | 111011 | 1011 | 1011110 | 1000110 | 111110 |
Color Harmonies of #95E25C
Complementary color
Monochromatic Colors of #95E25C
Black with #95E25C
Text Example
Text Example
White with #95E25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E25C; }
p { color: rgb(149,226,92); }
H1.HeaderClassName
{
color: #95E25C;
}
.AnyTagClassName
{
color: #95E25C;
}
</style>
background-color css
<style>
a { background-color: #95E25C; }
a { background-color: rgb(149,226,92); }
div.DivClassName
{
background-color: #95E25C;
}
.BgClassName
{
background-color: #95E25C;
}
</style>
border-color css
<style>
span { border-color: #95E25C; }
span { border-color: rgb(149,226,92); }
td.TdClassName
{
border-color: #95E25C;
}
.TagClassName
{
border-color: #95E25C;
}
</style>