Shades of Conifer #94FE5B
Tints of Conifer #94FE5B
RGB
CMYK
RGB Variations
Color information
#94FE5B (or 0x94FE5B) is known color: Conifer. HEX triplet: 94, FE and 5B. RGB value is (148,254,91). Sum of RGB (Red+Green+Blue) = 148+254+91=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE5B is #6B01A4. Grayscale: #CCCCCC. Windows color (decimal): -7012773 or 6028948. OLE color: 6028948.
HSL color Cylindrical-coordinate representation of color #94FE5B: hue angle of 99.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94FE5B is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 91 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.00 |
| HSL | 99.02º | 0.99% | 0.68% | - |
| HSV(B) | 99.02º | 0.64% | 1% | - |
| XYZ | 49.54 | 77.93 | 22.33 | - |
| YUV | 203.72 | 64.38 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 91 | 0.42 | 0 | 0.64 | 0.00 | 99.02 | 0.99 | 0.68 |
| Hex | 94 | FE | 5B | 2A | 0 | 40 | 0 | 63 | 63 | 44 |
| Octal | 224 | 376 | 133 | 52 | 0 | 100 | 0 | 143 | 143 | 104 |
| Binary | 10010100 | 11111110 | 1011011 | 101010 | 0 | 1000000 | 0 | 1100011 | 1100011 | 1000100 |
Color Harmonies of #94FE5B
Complementary color
Monochromatic Colors of #94FE5B
Black with #94FE5B
Text Example
Text Example
White with #94FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE5B; }
p { color: rgb(148,254,91); }
H1.HeaderClassName
{
color: #94FE5B;
}
.AnyTagClassName
{
color: #94FE5B;
}
</style>
background-color css
<style>
a { background-color: #94FE5B; }
a { background-color: rgb(148,254,91); }
div.DivClassName
{
background-color: #94FE5B;
}
.BgClassName
{
background-color: #94FE5B;
}
</style>
border-color css
<style>
span { border-color: #94FE5B; }
span { border-color: rgb(148,254,91); }
td.TdClassName
{
border-color: #94FE5B;
}
.TagClassName
{
border-color: #94FE5B;
}
</style>