Shades of Conifer #BFE258
Tints of Conifer #BFE258
RGB
CMYK
RGB Variations
Color information
#BFE258 (or 0xBFE258) is known color: Conifer. HEX triplet: BF, E2 and 58. RGB value is (191,226,88). Sum of RGB (Red+Green+Blue) = 191+226+88=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE258 is #401DA7. Grayscale: #C8C8C8. Windows color (decimal): -4201896 or 5825215. OLE color: 5825215.
HSL color Cylindrical-coordinate representation of color #BFE258: hue angle of 75.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE258 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 88 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.11 |
| HSL | 75.22º | 0.7% | 0.62% | - |
| HSV(B) | 75.22º | 0.61% | 0.89% | - |
| XYZ | 50.44 | 66.17 | 19.35 | - |
| YUV | 199.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 88 | 0.15 | 0 | 0.61 | 0.11 | 75.22 | 0.7 | 0.62 |
| Hex | BF | E2 | 58 | F | 0 | 3D | B | 4B | 46 | 3E |
| Octal | 277 | 342 | 130 | 17 | 0 | 75 | 13 | 113 | 106 | 76 |
| Binary | 10111111 | 11100010 | 1011000 | 1111 | 0 | 111101 | 1011 | 1001011 | 1000110 | 111110 |
Color Harmonies of #BFE258
Complementary color
Monochromatic Colors of #BFE258
Black with #BFE258
Text Example
Text Example
White with #BFE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE258; }
p { color: rgb(191,226,88); }
H1.HeaderClassName
{
color: #BFE258;
}
.AnyTagClassName
{
color: #BFE258;
}
</style>
background-color css
<style>
a { background-color: #BFE258; }
a { background-color: rgb(191,226,88); }
div.DivClassName
{
background-color: #BFE258;
}
.BgClassName
{
background-color: #BFE258;
}
</style>
border-color css
<style>
span { border-color: #BFE258; }
span { border-color: rgb(191,226,88); }
td.TdClassName
{
border-color: #BFE258;
}
.TagClassName
{
border-color: #BFE258;
}
</style>