Shades of Conifer #BFEA55
Tints of Conifer #BFEA55
RGB
CMYK
RGB Variations
Color information
#BFEA55 (or 0xBFEA55) is known color: Conifer. HEX triplet: BF, EA and 55. RGB value is (191,234,85). Sum of RGB (Red+Green+Blue) = 191+234+85=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA55 is #4015AA. Grayscale: #CCCCCC. Windows color (decimal): -4199851 or 5630655. OLE color: 5630655.
HSL color Cylindrical-coordinate representation of color #BFEA55: hue angle of 77.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFEA55 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 85 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.08 |
| HSL | 77.32º | 0.78% | 0.63% | - |
| HSV(B) | 77.32º | 0.64% | 0.92% | - |
| XYZ | 52.55 | 70.58 | 19.45 | - |
| YUV | 204.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 85 | 0.18 | 0 | 0.64 | 0.08 | 77.32 | 0.78 | 0.63 |
| Hex | BF | EA | 55 | 12 | 0 | 40 | 8 | 4D | 4E | 3F |
| Octal | 277 | 352 | 125 | 22 | 0 | 100 | 10 | 115 | 116 | 77 |
| Binary | 10111111 | 11101010 | 1010101 | 10010 | 0 | 1000000 | 1000 | 1001101 | 1001110 | 111111 |
Color Harmonies of #BFEA55
Complementary color
Monochromatic Colors of #BFEA55
Black with #BFEA55
Text Example
Text Example
White with #BFEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA55; }
p { color: rgb(191,234,85); }
H1.HeaderClassName
{
color: #BFEA55;
}
.AnyTagClassName
{
color: #BFEA55;
}
</style>
background-color css
<style>
a { background-color: #BFEA55; }
a { background-color: rgb(191,234,85); }
div.DivClassName
{
background-color: #BFEA55;
}
.BgClassName
{
background-color: #BFEA55;
}
</style>
border-color css
<style>
span { border-color: #BFEA55; }
span { border-color: rgb(191,234,85); }
td.TdClassName
{
border-color: #BFEA55;
}
.TagClassName
{
border-color: #BFEA55;
}
</style>