Shades of Conifer #BFEE60
Tints of Conifer #BFEE60
RGB
CMYK
RGB Variations
Color information
#BFEE60 (or 0xBFEE60) is known color: Conifer. HEX triplet: BF, EE and 60. RGB value is (191,238,96). Sum of RGB (Red+Green+Blue) = 191+238+96=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE60 is #40119F. Grayscale: #D0D0D0. Windows color (decimal): -4198816 or 6352575. OLE color: 6352575.
HSL color Cylindrical-coordinate representation of color #BFEE60: hue angle of 79.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFEE60 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 96 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.07 |
| HSL | 79.86º | 0.81% | 0.65% | - |
| HSV(B) | 79.86º | 0.6% | 0.93% | - |
| XYZ | 54.17 | 73.07 | 22.32 | - |
| YUV | 207.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 96 | 0.20 | 0 | 0.60 | 0.07 | 79.86 | 0.81 | 0.65 |
| Hex | BF | EE | 60 | 14 | 0 | 3C | 7 | 50 | 51 | 41 |
| Octal | 277 | 356 | 140 | 24 | 0 | 74 | 7 | 120 | 121 | 101 |
| Binary | 10111111 | 11101110 | 1100000 | 10100 | 0 | 111100 | 111 | 1010000 | 1010001 | 1000001 |
Color Harmonies of #BFEE60
Complementary color
Monochromatic Colors of #BFEE60
Black with #BFEE60
Text Example
Text Example
White with #BFEE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE60; }
p { color: rgb(191,238,96); }
H1.HeaderClassName
{
color: #BFEE60;
}
.AnyTagClassName
{
color: #BFEE60;
}
</style>
background-color css
<style>
a { background-color: #BFEE60; }
a { background-color: rgb(191,238,96); }
div.DivClassName
{
background-color: #BFEE60;
}
.BgClassName
{
background-color: #BFEE60;
}
</style>
border-color css
<style>
span { border-color: #BFEE60; }
span { border-color: rgb(191,238,96); }
td.TdClassName
{
border-color: #BFEE60;
}
.TagClassName
{
border-color: #BFEE60;
}
</style>