Shades of Conifer #BFFC5E
Tints of Conifer #BFFC5E
RGB
CMYK
RGB Variations
Color information
#BFFC5E (or 0xBFFC5E) is known color: Conifer. HEX triplet: BF, FC and 5E. RGB value is (191,252,94). Sum of RGB (Red+Green+Blue) = 191+252+94=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC5E is #4003A1. Grayscale: #D8D8D8. Windows color (decimal): -4195234 or 6225087. OLE color: 6225087.
HSL color Cylindrical-coordinate representation of color #BFFC5E: hue angle of 83.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFFC5E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 94 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.01 |
| HSL | 83.16º | 0.96% | 0.68% | - |
| HSV(B) | 83.16º | 0.63% | 0.99% | - |
| XYZ | 58.32 | 81.51 | 23.25 | - |
| YUV | 215.75 | 59.29 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 94 | 0.24 | 0 | 0.63 | 0.01 | 83.16 | 0.96 | 0.68 |
| Hex | BF | FC | 5E | 18 | 0 | 3F | 1 | 53 | 60 | 44 |
| Octal | 277 | 374 | 136 | 30 | 0 | 77 | 1 | 123 | 140 | 104 |
| Binary | 10111111 | 11111100 | 1011110 | 11000 | 0 | 111111 | 1 | 1010011 | 1100000 | 1000100 |
Color Harmonies of #BFFC5E
Complementary color
Monochromatic Colors of #BFFC5E
Black with #BFFC5E
Text Example
Text Example
White with #BFFC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC5E; }
p { color: rgb(191,252,94); }
H1.HeaderClassName
{
color: #BFFC5E;
}
.AnyTagClassName
{
color: #BFFC5E;
}
</style>
background-color css
<style>
a { background-color: #BFFC5E; }
a { background-color: rgb(191,252,94); }
div.DivClassName
{
background-color: #BFFC5E;
}
.BgClassName
{
background-color: #BFFC5E;
}
</style>
border-color css
<style>
span { border-color: #BFFC5E; }
span { border-color: rgb(191,252,94); }
td.TdClassName
{
border-color: #BFFC5E;
}
.TagClassName
{
border-color: #BFFC5E;
}
</style>