Shades of Conifer #BFFC50
Tints of Conifer #BFFC50
RGB
CMYK
RGB Variations
Color information
#BFFC50 (or 0xBFFC50) is known color: Conifer. HEX triplet: BF, FC and 50. RGB value is (191,252,80). Sum of RGB (Red+Green+Blue) = 191+252+80=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC50 is #4003AF. Grayscale: #D6D6D6. Windows color (decimal): -4195248 or 5307583. OLE color: 5307583.
HSL color Cylindrical-coordinate representation of color #BFFC50: hue angle of 81.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFFC50 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 80 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.01 |
| HSL | 81.28º | 0.97% | 0.65% | - |
| HSV(B) | 81.28º | 0.68% | 0.99% | - |
| XYZ | 57.74 | 81.28 | 20.23 | - |
| YUV | 214.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 80 | 0.24 | 0 | 0.68 | 0.01 | 81.28 | 0.97 | 0.65 |
| Hex | BF | FC | 50 | 18 | 0 | 44 | 1 | 51 | 61 | 41 |
| Octal | 277 | 374 | 120 | 30 | 0 | 104 | 1 | 121 | 141 | 101 |
| Binary | 10111111 | 11111100 | 1010000 | 11000 | 0 | 1000100 | 1 | 1010001 | 1100001 | 1000001 |
Color Harmonies of #BFFC50
Complementary color
Monochromatic Colors of #BFFC50
Black with #BFFC50
Text Example
Text Example
White with #BFFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC50; }
p { color: rgb(191,252,80); }
H1.HeaderClassName
{
color: #BFFC50;
}
.AnyTagClassName
{
color: #BFFC50;
}
</style>
background-color css
<style>
a { background-color: #BFFC50; }
a { background-color: rgb(191,252,80); }
div.DivClassName
{
background-color: #BFFC50;
}
.BgClassName
{
background-color: #BFFC50;
}
</style>
border-color css
<style>
span { border-color: #BFFC50; }
span { border-color: rgb(191,252,80); }
td.TdClassName
{
border-color: #BFFC50;
}
.TagClassName
{
border-color: #BFFC50;
}
</style>