Shades of Conifer #94FA5D
Tints of Conifer #94FA5D
RGB
CMYK
RGB Variations
Color information
#94FA5D (or 0x94FA5D) is known color: Conifer. HEX triplet: 94, FA and 5D. RGB value is (148,250,93). Sum of RGB (Red+Green+Blue) = 148+250+93=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA5D is #6B05A2. Grayscale: #CACACA. Windows color (decimal): -7013795 or 6158996. OLE color: 6158996.
HSL color Cylindrical-coordinate representation of color #94FA5D: hue angle of 98.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94FA5D is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 93 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.02 |
| HSL | 98.98º | 0.94% | 0.67% | - |
| HSV(B) | 98.98º | 0.63% | 0.98% | - |
| XYZ | 48.37 | 75.46 | 22.37 | - |
| YUV | 201.6 | 66.71 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 93 | 0.41 | 0 | 0.63 | 0.02 | 98.98 | 0.94 | 0.67 |
| Hex | 94 | FA | 5D | 29 | 0 | 3F | 2 | 63 | 5E | 43 |
| Octal | 224 | 372 | 135 | 51 | 0 | 77 | 2 | 143 | 136 | 103 |
| Binary | 10010100 | 11111010 | 1011101 | 101001 | 0 | 111111 | 10 | 1100011 | 1011110 | 1000011 |
Color Harmonies of #94FA5D
Complementary color
Monochromatic Colors of #94FA5D
Black with #94FA5D
Text Example
Text Example
White with #94FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA5D; }
p { color: rgb(148,250,93); }
H1.HeaderClassName
{
color: #94FA5D;
}
.AnyTagClassName
{
color: #94FA5D;
}
</style>
background-color css
<style>
a { background-color: #94FA5D; }
a { background-color: rgb(148,250,93); }
div.DivClassName
{
background-color: #94FA5D;
}
.BgClassName
{
background-color: #94FA5D;
}
</style>
border-color css
<style>
span { border-color: #94FA5D; }
span { border-color: rgb(148,250,93); }
td.TdClassName
{
border-color: #94FA5D;
}
.TagClassName
{
border-color: #94FA5D;
}
</style>