Shades of Conifer #BFFD53
Tints of Conifer #BFFD53
RGB
CMYK
RGB Variations
Color information
#BFFD53 (or 0xBFFD53) is known color: Conifer. HEX triplet: BF, FD and 53. RGB value is (191,253,83). Sum of RGB (Red+Green+Blue) = 191+253+83=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD53 is #4002AC. Grayscale: #D7D7D7. Windows color (decimal): -4194989 or 5504447. OLE color: 5504447.
HSL color Cylindrical-coordinate representation of color #BFFD53: hue angle of 81.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFFD53 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 83 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.01 |
| HSL | 81.88º | 0.98% | 0.66% | - |
| HSV(B) | 81.88º | 0.67% | 0.99% | - |
| XYZ | 58.17 | 81.95 | 20.94 | - |
| YUV | 215.08 | 53.46 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 83 | 0.25 | 0 | 0.67 | 0.01 | 81.88 | 0.98 | 0.66 |
| Hex | BF | FD | 53 | 19 | 0 | 43 | 1 | 52 | 62 | 42 |
| Octal | 277 | 375 | 123 | 31 | 0 | 103 | 1 | 122 | 142 | 102 |
| Binary | 10111111 | 11111101 | 1010011 | 11001 | 0 | 1000011 | 1 | 1010010 | 1100010 | 1000010 |
Color Harmonies of #BFFD53
Complementary color
Monochromatic Colors of #BFFD53
Black with #BFFD53
Text Example
Text Example
White with #BFFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD53; }
p { color: rgb(191,253,83); }
H1.HeaderClassName
{
color: #BFFD53;
}
.AnyTagClassName
{
color: #BFFD53;
}
</style>
background-color css
<style>
a { background-color: #BFFD53; }
a { background-color: rgb(191,253,83); }
div.DivClassName
{
background-color: #BFFD53;
}
.BgClassName
{
background-color: #BFFD53;
}
</style>
border-color css
<style>
span { border-color: #BFFD53; }
span { border-color: rgb(191,253,83); }
td.TdClassName
{
border-color: #BFFD53;
}
.TagClassName
{
border-color: #BFFD53;
}
</style>