Shades of Conifer #94F85F
Tints of Conifer #94F85F
RGB
CMYK
RGB Variations
Color information
#94F85F (or 0x94F85F) is known color: Conifer. HEX triplet: 94, F8 and 5F. RGB value is (148,248,95). Sum of RGB (Red+Green+Blue) = 148+248+95=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #94F85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F85F is #6B07A0. Grayscale: #C9C9C9. Windows color (decimal): -7014305 or 6289556. OLE color: 6289556.
HSL color Cylindrical-coordinate representation of color #94F85F: hue angle of 99.22º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94F85F is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 248 | 95 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.03 |
| HSL | 99.22º | 0.92% | 0.67% | - |
| HSV(B) | 99.22º | 0.62% | 0.97% | - |
| XYZ | 47.85 | 74.26 | 22.64 | - |
| YUV | 200.66 | 68.37 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 248 | 95 | 0.40 | 0 | 0.62 | 0.03 | 99.22 | 0.92 | 0.67 |
| Hex | 94 | F8 | 5F | 28 | 0 | 3E | 3 | 63 | 5C | 43 |
| Octal | 224 | 370 | 137 | 50 | 0 | 76 | 3 | 143 | 134 | 103 |
| Binary | 10010100 | 11111000 | 1011111 | 101000 | 0 | 111110 | 11 | 1100011 | 1011100 | 1000011 |
Color Harmonies of #94F85F
Complementary color
Monochromatic Colors of #94F85F
Black with #94F85F
Text Example
Text Example
White with #94F85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F85F; }
p { color: rgb(148,248,95); }
H1.HeaderClassName
{
color: #94F85F;
}
.AnyTagClassName
{
color: #94F85F;
}
</style>
background-color css
<style>
a { background-color: #94F85F; }
a { background-color: rgb(148,248,95); }
div.DivClassName
{
background-color: #94F85F;
}
.BgClassName
{
background-color: #94F85F;
}
</style>
border-color css
<style>
span { border-color: #94F85F; }
span { border-color: rgb(148,248,95); }
td.TdClassName
{
border-color: #94F85F;
}
.TagClassName
{
border-color: #94F85F;
}
</style>