Shades of Conifer #94E855
Tints of Conifer #94E855
RGB
CMYK
RGB Variations
Color information
#94E855 (or 0x94E855) is known color: Conifer. HEX triplet: 94, E8 and 55. RGB value is (148,232,85). Sum of RGB (Red+Green+Blue) = 148+232+85=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #94E855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E855 is #6B17AA. Grayscale: #BEBEBE. Windows color (decimal): -7018411 or 5630100. OLE color: 5630100.
HSL color Cylindrical-coordinate representation of color #94E855: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E855 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 232 | 85 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.09 |
| HSL | 94.29º | 0.76% | 0.62% | - |
| HSV(B) | 94.29º | 0.63% | 0.91% | - |
| XYZ | 42.71 | 64.67 | 18.82 | - |
| YUV | 190.13 | 68.67 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 232 | 85 | 0.36 | 0 | 0.63 | 0.09 | 94.29 | 0.76 | 0.62 |
| Hex | 94 | E8 | 55 | 24 | 0 | 3F | 9 | 5E | 4C | 3E |
| Octal | 224 | 350 | 125 | 44 | 0 | 77 | 11 | 136 | 114 | 76 |
| Binary | 10010100 | 11101000 | 1010101 | 100100 | 0 | 111111 | 1001 | 1011110 | 1001100 | 111110 |
Color Harmonies of #94E855
Complementary color
Monochromatic Colors of #94E855
Black with #94E855
Text Example
Text Example
White with #94E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E855; }
p { color: rgb(148,232,85); }
H1.HeaderClassName
{
color: #94E855;
}
.AnyTagClassName
{
color: #94E855;
}
</style>
background-color css
<style>
a { background-color: #94E855; }
a { background-color: rgb(148,232,85); }
div.DivClassName
{
background-color: #94E855;
}
.BgClassName
{
background-color: #94E855;
}
</style>
border-color css
<style>
span { border-color: #94E855; }
span { border-color: rgb(148,232,85); }
td.TdClassName
{
border-color: #94E855;
}
.TagClassName
{
border-color: #94E855;
}
</style>