Shades of Conifer #BFE458
Tints of Conifer #BFE458
RGB
CMYK
RGB Variations
Color information
#BFE458 (or 0xBFE458) is known color: Conifer. HEX triplet: BF, E4 and 58. RGB value is (191,228,88). Sum of RGB (Red+Green+Blue) = 191+228+88=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE458 is #401BA7. Grayscale: #C9C9C9. Windows color (decimal): -4201384 or 5825727. OLE color: 5825727.
HSL color Cylindrical-coordinate representation of color #BFE458: hue angle of 75.86º degrees, saturation: 0.72, 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 #BFE458 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 88 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.11 |
| HSL | 75.86º | 0.72% | 0.62% | - |
| HSV(B) | 75.86º | 0.61% | 0.89% | - |
| XYZ | 50.99 | 67.27 | 19.53 | - |
| YUV | 200.98 | 64.24 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 88 | 0.16 | 0 | 0.61 | 0.11 | 75.86 | 0.72 | 0.62 |
| Hex | BF | E4 | 58 | 10 | 0 | 3D | B | 4C | 48 | 3E |
| Octal | 277 | 344 | 130 | 20 | 0 | 75 | 13 | 114 | 110 | 76 |
| Binary | 10111111 | 11100100 | 1011000 | 10000 | 0 | 111101 | 1011 | 1001100 | 1001000 | 111110 |
Color Harmonies of #BFE458
Complementary color
Monochromatic Colors of #BFE458
Black with #BFE458
Text Example
Text Example
White with #BFE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE458; }
p { color: rgb(191,228,88); }
H1.HeaderClassName
{
color: #BFE458;
}
.AnyTagClassName
{
color: #BFE458;
}
</style>
background-color css
<style>
a { background-color: #BFE458; }
a { background-color: rgb(191,228,88); }
div.DivClassName
{
background-color: #BFE458;
}
.BgClassName
{
background-color: #BFE458;
}
</style>
border-color css
<style>
span { border-color: #BFE458; }
span { border-color: rgb(191,228,88); }
td.TdClassName
{
border-color: #BFE458;
}
.TagClassName
{
border-color: #BFE458;
}
</style>