Shades of Conifer #BFEF55
Tints of Conifer #BFEF55
RGB
CMYK
RGB Variations
Color information
#BFEF55 (or 0xBFEF55) is known color: Conifer. HEX triplet: BF, EF and 55. RGB value is (191,239,85). Sum of RGB (Red+Green+Blue) = 191+239+85=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF55 is #4010AA. Grayscale: #CFCFCF. Windows color (decimal): -4198571 or 5631935. OLE color: 5631935.
HSL color Cylindrical-coordinate representation of color #BFEF55: hue angle of 78.7º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFEF55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 85 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.06 |
| HSL | 78.7º | 0.83% | 0.64% | - |
| HSV(B) | 78.7º | 0.64% | 0.94% | - |
| XYZ | 53.99 | 73.47 | 19.93 | - |
| YUV | 207.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 85 | 0.20 | 0 | 0.64 | 0.06 | 78.7 | 0.83 | 0.64 |
| Hex | BF | EF | 55 | 14 | 0 | 40 | 6 | 4F | 53 | 40 |
| Octal | 277 | 357 | 125 | 24 | 0 | 100 | 6 | 117 | 123 | 100 |
| Binary | 10111111 | 11101111 | 1010101 | 10100 | 0 | 1000000 | 110 | 1001111 | 1010011 | 1000000 |
Color Harmonies of #BFEF55
Complementary color
Monochromatic Colors of #BFEF55
Black with #BFEF55
Text Example
Text Example
White with #BFEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF55; }
p { color: rgb(191,239,85); }
H1.HeaderClassName
{
color: #BFEF55;
}
.AnyTagClassName
{
color: #BFEF55;
}
</style>
background-color css
<style>
a { background-color: #BFEF55; }
a { background-color: rgb(191,239,85); }
div.DivClassName
{
background-color: #BFEF55;
}
.BgClassName
{
background-color: #BFEF55;
}
</style>
border-color css
<style>
span { border-color: #BFEF55; }
span { border-color: rgb(191,239,85); }
td.TdClassName
{
border-color: #BFEF55;
}
.TagClassName
{
border-color: #BFEF55;
}
</style>