Shades of Conifer #BFF048
Tints of Conifer #BFF048
RGB
CMYK
RGB Variations
Color information
#BFF048 (or 0xBFF048) is known color: Conifer. HEX triplet: BF, F0 and 48. RGB value is (191,240,72). Sum of RGB (Red+Green+Blue) = 191+240+72=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF048 is #400FB7. Grayscale: #CECECE. Windows color (decimal): -4198328 or 4780223. OLE color: 4780223.
HSL color Cylindrical-coordinate representation of color #BFF048: hue angle of 77.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF048 is Cyan = 0.20, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 72 | - |
| CMYK | 0.20 | 0 | 0.7 | 0.06 |
| HSL | 77.5º | 0.85% | 0.61% | - |
| HSV(B) | 77.5º | 0.7% | 0.94% | - |
| XYZ | 53.82 | 73.86 | 17.55 | - |
| YUV | 206.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 72 | 0.20 | 0 | 0.7 | 0.06 | 77.5 | 0.85 | 0.61 |
| Hex | BF | F0 | 48 | 14 | 0 | 46 | 6 | 4E | 55 | 3D |
| Octal | 277 | 360 | 110 | 24 | 0 | 106 | 6 | 116 | 125 | 75 |
| Binary | 10111111 | 11110000 | 1001000 | 10100 | 0 | 1000110 | 110 | 1001110 | 1010101 | 111101 |
Color Harmonies of #BFF048
Complementary color
Monochromatic Colors of #BFF048
Black with #BFF048
Text Example
Text Example
White with #BFF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF048; }
p { color: rgb(191,240,72); }
H1.HeaderClassName
{
color: #BFF048;
}
.AnyTagClassName
{
color: #BFF048;
}
</style>
background-color css
<style>
a { background-color: #BFF048; }
a { background-color: rgb(191,240,72); }
div.DivClassName
{
background-color: #BFF048;
}
.BgClassName
{
background-color: #BFF048;
}
</style>
border-color css
<style>
span { border-color: #BFF048; }
span { border-color: rgb(191,240,72); }
td.TdClassName
{
border-color: #BFF048;
}
.TagClassName
{
border-color: #BFF048;
}
</style>