Shades of Conifer #BFFD57
Tints of Conifer #BFFD57
RGB
CMYK
RGB Variations
Color information
#BFFD57 (or 0xBFFD57) is known color: Conifer. HEX triplet: BF, FD and 57. RGB value is (191,253,87). Sum of RGB (Red+Green+Blue) = 191+253+87=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD57 is #4002A8. Grayscale: #D8D8D8. Windows color (decimal): -4194985 or 5766591. OLE color: 5766591.
HSL color Cylindrical-coordinate representation of color #BFFD57: hue angle of 82.41º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFD57 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 87 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.01 |
| HSL | 82.41º | 0.98% | 0.67% | - |
| HSV(B) | 82.41º | 0.66% | 0.99% | - |
| XYZ | 58.33 | 82.02 | 21.77 | - |
| YUV | 215.54 | 55.46 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 87 | 0.25 | 0 | 0.66 | 0.01 | 82.41 | 0.98 | 0.67 |
| Hex | BF | FD | 57 | 19 | 0 | 42 | 1 | 52 | 62 | 43 |
| Octal | 277 | 375 | 127 | 31 | 0 | 102 | 1 | 122 | 142 | 103 |
| Binary | 10111111 | 11111101 | 1010111 | 11001 | 0 | 1000010 | 1 | 1010010 | 1100010 | 1000011 |
Color Harmonies of #BFFD57
Complementary color
Monochromatic Colors of #BFFD57
Black with #BFFD57
Text Example
Text Example
White with #BFFD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD57; }
p { color: rgb(191,253,87); }
H1.HeaderClassName
{
color: #BFFD57;
}
.AnyTagClassName
{
color: #BFFD57;
}
</style>
background-color css
<style>
a { background-color: #BFFD57; }
a { background-color: rgb(191,253,87); }
div.DivClassName
{
background-color: #BFFD57;
}
.BgClassName
{
background-color: #BFFD57;
}
</style>
border-color css
<style>
span { border-color: #BFFD57; }
span { border-color: rgb(191,253,87); }
td.TdClassName
{
border-color: #BFFD57;
}
.TagClassName
{
border-color: #BFFD57;
}
</style>