Shades of Conifer #B9F562
Tints of Conifer #B9F562
RGB
CMYK
RGB Variations
Color information
#B9F562 (or 0xB9F562) is known color: Conifer. HEX triplet: B9, F5 and 62. RGB value is (185,245,98). Sum of RGB (Red+Green+Blue) = 185+245+98=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F562 is #460A9D. Grayscale: #D2D2D2. Windows color (decimal): -4590238 or 6485433. OLE color: 6485433.
HSL color Cylindrical-coordinate representation of color #B9F562: hue angle of 84.49º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9F562 is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 98 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.04 |
| HSL | 84.49º | 0.88% | 0.67% | - |
| HSV(B) | 84.49º | 0.6% | 0.96% | - |
| XYZ | 54.86 | 76.5 | 23.43 | - |
| YUV | 210.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 98 | 0.24 | 0 | 0.6 | 0.04 | 84.49 | 0.88 | 0.67 |
| Hex | B9 | F5 | 62 | 18 | 0 | 3C | 4 | 54 | 58 | 43 |
| Octal | 271 | 365 | 142 | 30 | 0 | 74 | 4 | 124 | 130 | 103 |
| Binary | 10111001 | 11110101 | 1100010 | 11000 | 0 | 111100 | 100 | 1010100 | 1011000 | 1000011 |
Color Harmonies of #B9F562
Complementary color
Monochromatic Colors of #B9F562
Black with #B9F562
Text Example
Text Example
White with #B9F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F562; }
p { color: rgb(185,245,98); }
H1.HeaderClassName
{
color: #B9F562;
}
.AnyTagClassName
{
color: #B9F562;
}
</style>
background-color css
<style>
a { background-color: #B9F562; }
a { background-color: rgb(185,245,98); }
div.DivClassName
{
background-color: #B9F562;
}
.BgClassName
{
background-color: #B9F562;
}
</style>
border-color css
<style>
span { border-color: #B9F562; }
span { border-color: rgb(185,245,98); }
td.TdClassName
{
border-color: #B9F562;
}
.TagClassName
{
border-color: #B9F562;
}
</style>