Shades of Conifer #BFF04D
Tints of Conifer #BFF04D
RGB
CMYK
RGB Variations
Color information
#BFF04D (or 0xBFF04D) is known color: Conifer. HEX triplet: BF, F0 and 4D. RGB value is (191,240,77). Sum of RGB (Red+Green+Blue) = 191+240+77=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF04D is #400FB2. Grayscale: #CFCFCF. Windows color (decimal): -4198323 or 5107903. OLE color: 5107903.
HSL color Cylindrical-coordinate representation of color #BFF04D: hue angle of 78.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF04D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 77 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.06 |
| HSL | 78.04º | 0.84% | 0.62% | - |
| HSV(B) | 78.04º | 0.68% | 0.94% | - |
| XYZ | 53.99 | 73.93 | 18.45 | - |
| YUV | 206.77 | 54.77 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 77 | 0.20 | 0 | 0.68 | 0.06 | 78.04 | 0.84 | 0.62 |
| Hex | BF | F0 | 4D | 14 | 0 | 44 | 6 | 4E | 54 | 3E |
| Octal | 277 | 360 | 115 | 24 | 0 | 104 | 6 | 116 | 124 | 76 |
| Binary | 10111111 | 11110000 | 1001101 | 10100 | 0 | 1000100 | 110 | 1001110 | 1010100 | 111110 |
Color Harmonies of #BFF04D
Complementary color
Monochromatic Colors of #BFF04D
Black with #BFF04D
Text Example
Text Example
White with #BFF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF04D; }
p { color: rgb(191,240,77); }
H1.HeaderClassName
{
color: #BFF04D;
}
.AnyTagClassName
{
color: #BFF04D;
}
</style>
background-color css
<style>
a { background-color: #BFF04D; }
a { background-color: rgb(191,240,77); }
div.DivClassName
{
background-color: #BFF04D;
}
.BgClassName
{
background-color: #BFF04D;
}
</style>
border-color css
<style>
span { border-color: #BFF04D; }
span { border-color: rgb(191,240,77); }
td.TdClassName
{
border-color: #BFF04D;
}
.TagClassName
{
border-color: #BFF04D;
}
</style>