Shades of Conifer #BFFC4D
Tints of Conifer #BFFC4D
RGB
CMYK
RGB Variations
Color information
#BFFC4D (or 0xBFFC4D) is known color: Conifer. HEX triplet: BF, FC and 4D. RGB value is (191,252,77). Sum of RGB (Red+Green+Blue) = 191+252+77=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC4D is #4003B2. Grayscale: #D6D6D6. Windows color (decimal): -4195251 or 5110975. OLE color: 5110975.
HSL color Cylindrical-coordinate representation of color #BFFC4D: hue angle of 80.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFFC4D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.01 |
| HSL | 80.91º | 0.97% | 0.65% | - |
| HSV(B) | 80.91º | 0.69% | 0.99% | - |
| XYZ | 57.64 | 81.23 | 19.66 | - |
| YUV | 213.81 | 50.79 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 77 | 0.24 | 0 | 0.69 | 0.01 | 80.91 | 0.97 | 0.65 |
| Hex | BF | FC | 4D | 18 | 0 | 45 | 1 | 51 | 61 | 41 |
| Octal | 277 | 374 | 115 | 30 | 0 | 105 | 1 | 121 | 141 | 101 |
| Binary | 10111111 | 11111100 | 1001101 | 11000 | 0 | 1000101 | 1 | 1010001 | 1100001 | 1000001 |
Color Harmonies of #BFFC4D
Complementary color
Monochromatic Colors of #BFFC4D
Black with #BFFC4D
Text Example
Text Example
White with #BFFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC4D; }
p { color: rgb(191,252,77); }
H1.HeaderClassName
{
color: #BFFC4D;
}
.AnyTagClassName
{
color: #BFFC4D;
}
</style>
background-color css
<style>
a { background-color: #BFFC4D; }
a { background-color: rgb(191,252,77); }
div.DivClassName
{
background-color: #BFFC4D;
}
.BgClassName
{
background-color: #BFFC4D;
}
</style>
border-color css
<style>
span { border-color: #BFFC4D; }
span { border-color: rgb(191,252,77); }
td.TdClassName
{
border-color: #BFFC4D;
}
.TagClassName
{
border-color: #BFFC4D;
}
</style>