Shades of Conifer #B9F561
Tints of Conifer #B9F561
RGB
CMYK
RGB Variations
Color information
#B9F561 (or 0xB9F561) is known color: Conifer. HEX triplet: B9, F5 and 61. RGB value is (185,245,97). Sum of RGB (Red+Green+Blue) = 185+245+97=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F561 is #460A9E. Grayscale: #D2D2D2. Windows color (decimal): -4590239 or 6419897. OLE color: 6419897.
HSL color Cylindrical-coordinate representation of color #B9F561: hue angle of 84.32º 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 #B9F561 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 97 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.04 |
| HSL | 84.32º | 0.88% | 0.67% | - |
| HSV(B) | 84.32º | 0.6% | 0.96% | - |
| XYZ | 54.82 | 76.48 | 23.18 | - |
| YUV | 210.19 | 64.12 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 97 | 0.24 | 0 | 0.60 | 0.04 | 84.32 | 0.88 | 0.67 |
| Hex | B9 | F5 | 61 | 18 | 0 | 3C | 4 | 54 | 58 | 43 |
| Octal | 271 | 365 | 141 | 30 | 0 | 74 | 4 | 124 | 130 | 103 |
| Binary | 10111001 | 11110101 | 1100001 | 11000 | 0 | 111100 | 100 | 1010100 | 1011000 | 1000011 |
Color Harmonies of #B9F561
Complementary color
Monochromatic Colors of #B9F561
Black with #B9F561
Text Example
Text Example
White with #B9F561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F561; }
p { color: rgb(185,245,97); }
H1.HeaderClassName
{
color: #B9F561;
}
.AnyTagClassName
{
color: #B9F561;
}
</style>
background-color css
<style>
a { background-color: #B9F561; }
a { background-color: rgb(185,245,97); }
div.DivClassName
{
background-color: #B9F561;
}
.BgClassName
{
background-color: #B9F561;
}
</style>
border-color css
<style>
span { border-color: #B9F561; }
span { border-color: rgb(185,245,97); }
td.TdClassName
{
border-color: #B9F561;
}
.TagClassName
{
border-color: #B9F561;
}
</style>