Shades of Conifer #BFF750
Tints of Conifer #BFF750
RGB
CMYK
RGB Variations
Color information
#BFF750 (or 0xBFF750) is known color: Conifer. HEX triplet: BF, F7 and 50. RGB value is (191,247,80). Sum of RGB (Red+Green+Blue) = 191+247+80=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF750 is #4008AF. Grayscale: #D3D3D3. Windows color (decimal): -4196528 or 5306303. OLE color: 5306303.
HSL color Cylindrical-coordinate representation of color #BFF750: hue angle of 80.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF750 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 80 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.03 |
| HSL | 80.12º | 0.91% | 0.64% | - |
| HSV(B) | 80.12º | 0.68% | 0.97% | - |
| XYZ | 56.19 | 78.18 | 19.72 | - |
| YUV | 211.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 80 | 0.23 | 0 | 0.68 | 0.03 | 80.12 | 0.91 | 0.64 |
| Hex | BF | F7 | 50 | 17 | 0 | 44 | 3 | 50 | 5B | 40 |
| Octal | 277 | 367 | 120 | 27 | 0 | 104 | 3 | 120 | 133 | 100 |
| Binary | 10111111 | 11110111 | 1010000 | 10111 | 0 | 1000100 | 11 | 1010000 | 1011011 | 1000000 |
Color Harmonies of #BFF750
Complementary color
Monochromatic Colors of #BFF750
Black with #BFF750
Text Example
Text Example
White with #BFF750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF750; }
p { color: rgb(191,247,80); }
H1.HeaderClassName
{
color: #BFF750;
}
.AnyTagClassName
{
color: #BFF750;
}
</style>
background-color css
<style>
a { background-color: #BFF750; }
a { background-color: rgb(191,247,80); }
div.DivClassName
{
background-color: #BFF750;
}
.BgClassName
{
background-color: #BFF750;
}
</style>
border-color css
<style>
span { border-color: #BFF750; }
span { border-color: rgb(191,247,80); }
td.TdClassName
{
border-color: #BFF750;
}
.TagClassName
{
border-color: #BFF750;
}
</style>