Shades of Conifer #BFF94B
Tints of Conifer #BFF94B
RGB
CMYK
RGB Variations
Color information
#BFF94B (or 0xBFF94B) is known color: Conifer. HEX triplet: BF, F9 and 4B. RGB value is (191,249,75). Sum of RGB (Red+Green+Blue) = 191+249+75=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF94B is #4006B4. Grayscale: #D4D4D4. Windows color (decimal): -4196021 or 4979135. OLE color: 4979135.
HSL color Cylindrical-coordinate representation of color #BFF94B: hue angle of 80º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF94B is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 75 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.02 |
| HSL | 80º | 0.94% | 0.64% | - |
| HSV(B) | 80º | 0.7% | 0.98% | - |
| XYZ | 56.63 | 79.34 | 18.99 | - |
| YUV | 211.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 75 | 0.23 | 0 | 0.70 | 0.02 | 80 | 0.94 | 0.64 |
| Hex | BF | F9 | 4B | 17 | 0 | 46 | 2 | 50 | 5E | 40 |
| Octal | 277 | 371 | 113 | 27 | 0 | 106 | 2 | 120 | 136 | 100 |
| Binary | 10111111 | 11111001 | 1001011 | 10111 | 0 | 1000110 | 10 | 1010000 | 1011110 | 1000000 |
Color Harmonies of #BFF94B
Complementary color
Monochromatic Colors of #BFF94B
Black with #BFF94B
Text Example
Text Example
White with #BFF94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF94B; }
p { color: rgb(191,249,75); }
H1.HeaderClassName
{
color: #BFF94B;
}
.AnyTagClassName
{
color: #BFF94B;
}
</style>
background-color css
<style>
a { background-color: #BFF94B; }
a { background-color: rgb(191,249,75); }
div.DivClassName
{
background-color: #BFF94B;
}
.BgClassName
{
background-color: #BFF94B;
}
</style>
border-color css
<style>
span { border-color: #BFF94B; }
span { border-color: rgb(191,249,75); }
td.TdClassName
{
border-color: #BFF94B;
}
.TagClassName
{
border-color: #BFF94B;
}
</style>