Shades of Conifer #BFF84B
Tints of Conifer #BFF84B
RGB
CMYK
RGB Variations
Color information
#BFF84B (or 0xBFF84B) is known color: Conifer. HEX triplet: BF, F8 and 4B. RGB value is (191,248,75). Sum of RGB (Red+Green+Blue) = 191+248+75=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF84B is #4007B4. Grayscale: #D3D3D3. Windows color (decimal): -4196277 or 4978879. OLE color: 4978879.
HSL color Cylindrical-coordinate representation of color #BFF84B: hue angle of 79.77º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF84B is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 75 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.03 |
| HSL | 79.77º | 0.93% | 0.63% | - |
| HSV(B) | 79.77º | 0.7% | 0.97% | - |
| XYZ | 56.32 | 78.72 | 18.88 | - |
| YUV | 211.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 75 | 0.23 | 0 | 0.70 | 0.03 | 79.77 | 0.93 | 0.63 |
| Hex | BF | F8 | 4B | 17 | 0 | 46 | 3 | 50 | 5D | 3F |
| Octal | 277 | 370 | 113 | 27 | 0 | 106 | 3 | 120 | 135 | 77 |
| Binary | 10111111 | 11111000 | 1001011 | 10111 | 0 | 1000110 | 11 | 1010000 | 1011101 | 111111 |
Color Harmonies of #BFF84B
Complementary color
Monochromatic Colors of #BFF84B
Black with #BFF84B
Text Example
Text Example
White with #BFF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF84B; }
p { color: rgb(191,248,75); }
H1.HeaderClassName
{
color: #BFF84B;
}
.AnyTagClassName
{
color: #BFF84B;
}
</style>
background-color css
<style>
a { background-color: #BFF84B; }
a { background-color: rgb(191,248,75); }
div.DivClassName
{
background-color: #BFF84B;
}
.BgClassName
{
background-color: #BFF84B;
}
</style>
border-color css
<style>
span { border-color: #BFF84B; }
span { border-color: rgb(191,248,75); }
td.TdClassName
{
border-color: #BFF84B;
}
.TagClassName
{
border-color: #BFF84B;
}
</style>