Shades of Conifer #BFEE54
Tints of Conifer #BFEE54
RGB
CMYK
RGB Variations
Color information
#BFEE54 (or 0xBFEE54) is known color: Conifer. HEX triplet: BF, EE and 54. RGB value is (191,238,84). Sum of RGB (Red+Green+Blue) = 191+238+84=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE54 is #4011AB. Grayscale: #CECECE. Windows color (decimal): -4198828 or 5566143. OLE color: 5566143.
HSL color Cylindrical-coordinate representation of color #BFEE54: hue angle of 78.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEE54 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 84 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.07 |
| HSL | 78.31º | 0.82% | 0.63% | - |
| HSV(B) | 78.31º | 0.65% | 0.93% | - |
| XYZ | 53.66 | 72.87 | 19.62 | - |
| YUV | 206.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 84 | 0.20 | 0 | 0.65 | 0.07 | 78.31 | 0.82 | 0.63 |
| Hex | BF | EE | 54 | 14 | 0 | 41 | 7 | 4E | 52 | 3F |
| Octal | 277 | 356 | 124 | 24 | 0 | 101 | 7 | 116 | 122 | 77 |
| Binary | 10111111 | 11101110 | 1010100 | 10100 | 0 | 1000001 | 111 | 1001110 | 1010010 | 111111 |
Color Harmonies of #BFEE54
Complementary color
Monochromatic Colors of #BFEE54
Black with #BFEE54
Text Example
Text Example
White with #BFEE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE54; }
p { color: rgb(191,238,84); }
H1.HeaderClassName
{
color: #BFEE54;
}
.AnyTagClassName
{
color: #BFEE54;
}
</style>
background-color css
<style>
a { background-color: #BFEE54; }
a { background-color: rgb(191,238,84); }
div.DivClassName
{
background-color: #BFEE54;
}
.BgClassName
{
background-color: #BFEE54;
}
</style>
border-color css
<style>
span { border-color: #BFEE54; }
span { border-color: rgb(191,238,84); }
td.TdClassName
{
border-color: #BFEE54;
}
.TagClassName
{
border-color: #BFEE54;
}
</style>