Shades of Conifer #B9F45C
Tints of Conifer #B9F45C
RGB
CMYK
RGB Variations
Color information
#B9F45C (or 0xB9F45C) is known color: Conifer. HEX triplet: B9, F4 and 5C. RGB value is (185,244,92). Sum of RGB (Red+Green+Blue) = 185+244+92=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #B9F45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F45C is #460BA3. Grayscale: #D1D1D1. Windows color (decimal): -4590500 or 6091961. OLE color: 6091961.
HSL color Cylindrical-coordinate representation of color #B9F45C: hue angle of 83.29º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9F45C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 244 | 92 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.04 |
| HSL | 83.29º | 0.87% | 0.66% | - |
| HSV(B) | 83.29º | 0.62% | 0.96% | - |
| XYZ | 54.29 | 75.79 | 21.89 | - |
| YUV | 209.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 244 | 92 | 0.24 | 0 | 0.62 | 0.04 | 83.29 | 0.87 | 0.66 |
| Hex | B9 | F4 | 5C | 18 | 0 | 3E | 4 | 53 | 57 | 42 |
| Octal | 271 | 364 | 134 | 30 | 0 | 76 | 4 | 123 | 127 | 102 |
| Binary | 10111001 | 11110100 | 1011100 | 11000 | 0 | 111110 | 100 | 1010011 | 1010111 | 1000010 |
Color Harmonies of #B9F45C
Complementary color
Monochromatic Colors of #B9F45C
Black with #B9F45C
Text Example
Text Example
White with #B9F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F45C; }
p { color: rgb(185,244,92); }
H1.HeaderClassName
{
color: #B9F45C;
}
.AnyTagClassName
{
color: #B9F45C;
}
</style>
background-color css
<style>
a { background-color: #B9F45C; }
a { background-color: rgb(185,244,92); }
div.DivClassName
{
background-color: #B9F45C;
}
.BgClassName
{
background-color: #B9F45C;
}
</style>
border-color css
<style>
span { border-color: #B9F45C; }
span { border-color: rgb(185,244,92); }
td.TdClassName
{
border-color: #B9F45C;
}
.TagClassName
{
border-color: #B9F45C;
}
</style>