Shades of Conifer #B9F25C
Tints of Conifer #B9F25C
RGB
CMYK
RGB Variations
Color information
#B9F25C (or 0xB9F25C) is known color: Conifer. HEX triplet: B9, F2 and 5C. RGB value is (185,242,92). Sum of RGB (Red+Green+Blue) = 185+242+92=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F25C is #460DA3. Grayscale: #D0D0D0. Windows color (decimal): -4591012 or 6091449. OLE color: 6091449.
HSL color Cylindrical-coordinate representation of color #B9F25C: hue angle of 82.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9F25C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 92 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.05 |
| HSL | 82.8º | 0.85% | 0.65% | - |
| HSV(B) | 82.8º | 0.62% | 0.95% | - |
| XYZ | 53.69 | 74.59 | 21.69 | - |
| YUV | 207.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 92 | 0.24 | 0 | 0.62 | 0.05 | 82.8 | 0.85 | 0.65 |
| Hex | B9 | F2 | 5C | 18 | 0 | 3E | 5 | 53 | 55 | 41 |
| Octal | 271 | 362 | 134 | 30 | 0 | 76 | 5 | 123 | 125 | 101 |
| Binary | 10111001 | 11110010 | 1011100 | 11000 | 0 | 111110 | 101 | 1010011 | 1010101 | 1000001 |
Color Harmonies of #B9F25C
Complementary color
Monochromatic Colors of #B9F25C
Black with #B9F25C
Text Example
Text Example
White with #B9F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F25C; }
p { color: rgb(185,242,92); }
H1.HeaderClassName
{
color: #B9F25C;
}
.AnyTagClassName
{
color: #B9F25C;
}
</style>
background-color css
<style>
a { background-color: #B9F25C; }
a { background-color: rgb(185,242,92); }
div.DivClassName
{
background-color: #B9F25C;
}
.BgClassName
{
background-color: #B9F25C;
}
</style>
border-color css
<style>
span { border-color: #B9F25C; }
span { border-color: rgb(185,242,92); }
td.TdClassName
{
border-color: #B9F25C;
}
.TagClassName
{
border-color: #B9F25C;
}
</style>