Shades of Conifer #BFF446
Tints of Conifer #BFF446
RGB
CMYK
RGB Variations
Color information
#BFF446 (or 0xBFF446) is known color: Conifer. HEX triplet: BF, F4 and 46. RGB value is (191,244,70). Sum of RGB (Red+Green+Blue) = 191+244+70=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF446 is #400BB9. Grayscale: #D0D0D0. Windows color (decimal): -4197306 or 4650175. OLE color: 4650175.
HSL color Cylindrical-coordinate representation of color #BFF446: hue angle of 78.28º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFF446 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 70 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.04 |
| HSL | 78.28º | 0.89% | 0.62% | - |
| HSV(B) | 78.28º | 0.71% | 0.96% | - |
| XYZ | 54.94 | 76.22 | 17.61 | - |
| YUV | 208.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 70 | 0.22 | 0 | 0.71 | 0.04 | 78.28 | 0.89 | 0.62 |
| Hex | BF | F4 | 46 | 16 | 0 | 47 | 4 | 4E | 59 | 3E |
| Octal | 277 | 364 | 106 | 26 | 0 | 107 | 4 | 116 | 131 | 76 |
| Binary | 10111111 | 11110100 | 1000110 | 10110 | 0 | 1000111 | 100 | 1001110 | 1011001 | 111110 |
Color Harmonies of #BFF446
Complementary color
Monochromatic Colors of #BFF446
Black with #BFF446
Text Example
Text Example
White with #BFF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF446; }
p { color: rgb(191,244,70); }
H1.HeaderClassName
{
color: #BFF446;
}
.AnyTagClassName
{
color: #BFF446;
}
</style>
background-color css
<style>
a { background-color: #BFF446; }
a { background-color: rgb(191,244,70); }
div.DivClassName
{
background-color: #BFF446;
}
.BgClassName
{
background-color: #BFF446;
}
</style>
border-color css
<style>
span { border-color: #BFF446; }
span { border-color: rgb(191,244,70); }
td.TdClassName
{
border-color: #BFF446;
}
.TagClassName
{
border-color: #BFF446;
}
</style>