Shades of Conifer #B9E74F
Tints of Conifer #B9E74F
RGB
CMYK
RGB Variations
Color information
#B9E74F (or 0xB9E74F) is known color: Conifer. HEX triplet: B9, E7 and 4F. RGB value is (185,231,79). Sum of RGB (Red+Green+Blue) = 185+231+79=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E74F is #4618B0. Grayscale: #C8C8C8. Windows color (decimal): -4593841 or 5236665. OLE color: 5236665.
HSL color Cylindrical-coordinate representation of color #B9E74F: hue angle of 78.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9E74F is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 79 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.09 |
| HSL | 78.16º | 0.76% | 0.61% | - |
| HSV(B) | 78.16º | 0.66% | 0.91% | - |
| XYZ | 49.99 | 68.03 | 17.89 | - |
| YUV | 199.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 79 | 0.20 | 0 | 0.66 | 0.09 | 78.16 | 0.76 | 0.61 |
| Hex | B9 | E7 | 4F | 14 | 0 | 42 | 9 | 4E | 4C | 3D |
| Octal | 271 | 347 | 117 | 24 | 0 | 102 | 11 | 116 | 114 | 75 |
| Binary | 10111001 | 11100111 | 1001111 | 10100 | 0 | 1000010 | 1001 | 1001110 | 1001100 | 111101 |
Color Harmonies of #B9E74F
Complementary color
Monochromatic Colors of #B9E74F
Black with #B9E74F
Text Example
Text Example
White with #B9E74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E74F; }
p { color: rgb(185,231,79); }
H1.HeaderClassName
{
color: #B9E74F;
}
.AnyTagClassName
{
color: #B9E74F;
}
</style>
background-color css
<style>
a { background-color: #B9E74F; }
a { background-color: rgb(185,231,79); }
div.DivClassName
{
background-color: #B9E74F;
}
.BgClassName
{
background-color: #B9E74F;
}
</style>
border-color css
<style>
span { border-color: #B9E74F; }
span { border-color: rgb(185,231,79); }
td.TdClassName
{
border-color: #B9E74F;
}
.TagClassName
{
border-color: #B9E74F;
}
</style>