Shades of Conifer #BFF060
Tints of Conifer #BFF060
RGB
CMYK
RGB Variations
Color information
#BFF060 (or 0xBFF060) is known color: Conifer. HEX triplet: BF, F0 and 60. RGB value is (191,240,96). Sum of RGB (Red+Green+Blue) = 191+240+96=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF060 is #400F9F. Grayscale: #D1D1D1. Windows color (decimal): -4198304 or 6353087. OLE color: 6353087.
HSL color Cylindrical-coordinate representation of color #BFF060: hue angle of 80.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF060 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 96 | - |
| CMYK | 0.20 | 0 | 0.6 | 0.06 |
| HSL | 80.42º | 0.83% | 0.66% | - |
| HSV(B) | 80.42º | 0.6% | 0.94% | - |
| XYZ | 54.76 | 74.24 | 22.51 | - |
| YUV | 208.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 96 | 0.20 | 0 | 0.6 | 0.06 | 80.42 | 0.83 | 0.66 |
| Hex | BF | F0 | 60 | 14 | 0 | 3C | 6 | 50 | 53 | 42 |
| Octal | 277 | 360 | 140 | 24 | 0 | 74 | 6 | 120 | 123 | 102 |
| Binary | 10111111 | 11110000 | 1100000 | 10100 | 0 | 111100 | 110 | 1010000 | 1010011 | 1000010 |
Color Harmonies of #BFF060
Complementary color
Monochromatic Colors of #BFF060
Black with #BFF060
Text Example
Text Example
White with #BFF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF060; }
p { color: rgb(191,240,96); }
H1.HeaderClassName
{
color: #BFF060;
}
.AnyTagClassName
{
color: #BFF060;
}
</style>
background-color css
<style>
a { background-color: #BFF060; }
a { background-color: rgb(191,240,96); }
div.DivClassName
{
background-color: #BFF060;
}
.BgClassName
{
background-color: #BFF060;
}
</style>
border-color css
<style>
span { border-color: #BFF060; }
span { border-color: rgb(191,240,96); }
td.TdClassName
{
border-color: #BFF060;
}
.TagClassName
{
border-color: #BFF060;
}
</style>