Shades of Conifer #B9F258
Tints of Conifer #B9F258
RGB
CMYK
RGB Variations
Color information
#B9F258 (or 0xB9F258) is known color: Conifer. HEX triplet: B9, F2 and 58. RGB value is (185,242,88). Sum of RGB (Red+Green+Blue) = 185+242+88=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F258 is #460DA7. Grayscale: #CFCFCF. Windows color (decimal): -4591016 or 5829305. OLE color: 5829305.
HSL color Cylindrical-coordinate representation of color #B9F258: hue angle of 82.21º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9F258 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 88 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.05 |
| HSL | 82.21º | 0.86% | 0.65% | - |
| HSV(B) | 82.21º | 0.64% | 0.95% | - |
| XYZ | 53.52 | 74.52 | 20.8 | - |
| YUV | 207.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 88 | 0.24 | 0 | 0.64 | 0.05 | 82.21 | 0.86 | 0.65 |
| Hex | B9 | F2 | 58 | 18 | 0 | 40 | 5 | 52 | 56 | 41 |
| Octal | 271 | 362 | 130 | 30 | 0 | 100 | 5 | 122 | 126 | 101 |
| Binary | 10111001 | 11110010 | 1011000 | 11000 | 0 | 1000000 | 101 | 1010010 | 1010110 | 1000001 |
Color Harmonies of #B9F258
Complementary color
Monochromatic Colors of #B9F258
Black with #B9F258
Text Example
Text Example
White with #B9F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F258; }
p { color: rgb(185,242,88); }
H1.HeaderClassName
{
color: #B9F258;
}
.AnyTagClassName
{
color: #B9F258;
}
</style>
background-color css
<style>
a { background-color: #B9F258; }
a { background-color: rgb(185,242,88); }
div.DivClassName
{
background-color: #B9F258;
}
.BgClassName
{
background-color: #B9F258;
}
</style>
border-color css
<style>
span { border-color: #B9F258; }
span { border-color: rgb(185,242,88); }
td.TdClassName
{
border-color: #B9F258;
}
.TagClassName
{
border-color: #B9F258;
}
</style>