Shades of Conifer #B9E74E
Tints of Conifer #B9E74E
RGB
CMYK
RGB Variations
Color information
#B9E74E (or 0xB9E74E) is known color: Conifer. HEX triplet: B9, E7 and 4E. RGB value is (185,231,78). Sum of RGB (Red+Green+Blue) = 185+231+78=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E74E is #4618B1. Grayscale: #C8C8C8. Windows color (decimal): -4593842 or 5171129. OLE color: 5171129.
HSL color Cylindrical-coordinate representation of color #B9E74E: hue angle of 78.04º 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 #B9E74E is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 78 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.09 |
| HSL | 78.04º | 0.76% | 0.61% | - |
| HSV(B) | 78.04º | 0.66% | 0.91% | - |
| XYZ | 49.96 | 68.02 | 17.7 | - |
| YUV | 199.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 78 | 0.20 | 0 | 0.66 | 0.09 | 78.04 | 0.76 | 0.61 |
| Hex | B9 | E7 | 4E | 14 | 0 | 42 | 9 | 4E | 4C | 3D |
| Octal | 271 | 347 | 116 | 24 | 0 | 102 | 11 | 116 | 114 | 75 |
| Binary | 10111001 | 11100111 | 1001110 | 10100 | 0 | 1000010 | 1001 | 1001110 | 1001100 | 111101 |
Color Harmonies of #B9E74E
Complementary color
Monochromatic Colors of #B9E74E
Black with #B9E74E
Text Example
Text Example
White with #B9E74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E74E; }
p { color: rgb(185,231,78); }
H1.HeaderClassName
{
color: #B9E74E;
}
.AnyTagClassName
{
color: #B9E74E;
}
</style>
background-color css
<style>
a { background-color: #B9E74E; }
a { background-color: rgb(185,231,78); }
div.DivClassName
{
background-color: #B9E74E;
}
.BgClassName
{
background-color: #B9E74E;
}
</style>
border-color css
<style>
span { border-color: #B9E74E; }
span { border-color: rgb(185,231,78); }
td.TdClassName
{
border-color: #B9E74E;
}
.TagClassName
{
border-color: #B9E74E;
}
</style>