Shades of Conifer #95F558
Tints of Conifer #95F558
RGB
CMYK
RGB Variations
Color information
#95F558 (or 0x95F558) is known color: Conifer. HEX triplet: 95, F5 and 58. RGB value is (149,245,88). Sum of RGB (Red+Green+Blue) = 149+245+88=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #95F558 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F558 is #6A0AA7. Grayscale: #C6C6C6. Windows color (decimal): -6949544 or 5830037. OLE color: 5830037.
HSL color Cylindrical-coordinate representation of color #95F558: hue angle of 96.69º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95F558 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 88 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.04 |
| HSL | 96.69º | 0.89% | 0.65% | - |
| HSV(B) | 96.69º | 0.64% | 0.96% | - |
| XYZ | 46.81 | 72.4 | 20.74 | - |
| YUV | 198.4 | 65.7 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 88 | 0.39 | 0 | 0.64 | 0.04 | 96.69 | 0.89 | 0.65 |
| Hex | 95 | F5 | 58 | 27 | 0 | 40 | 4 | 61 | 59 | 41 |
| Octal | 225 | 365 | 130 | 47 | 0 | 100 | 4 | 141 | 131 | 101 |
| Binary | 10010101 | 11110101 | 1011000 | 100111 | 0 | 1000000 | 100 | 1100001 | 1011001 | 1000001 |
Color Harmonies of #95F558
Complementary color
Monochromatic Colors of #95F558
Black with #95F558
Text Example
Text Example
White with #95F558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F558; }
p { color: rgb(149,245,88); }
H1.HeaderClassName
{
color: #95F558;
}
.AnyTagClassName
{
color: #95F558;
}
</style>
background-color css
<style>
a { background-color: #95F558; }
a { background-color: rgb(149,245,88); }
div.DivClassName
{
background-color: #95F558;
}
.BgClassName
{
background-color: #95F558;
}
</style>
border-color css
<style>
span { border-color: #95F558; }
span { border-color: rgb(149,245,88); }
td.TdClassName
{
border-color: #95F558;
}
.TagClassName
{
border-color: #95F558;
}
</style>