Shades of Conifer #BFE254
Tints of Conifer #BFE254
RGB
CMYK
RGB Variations
Color information
#BFE254 (or 0xBFE254) is known color: Conifer. HEX triplet: BF, E2 and 54. RGB value is (191,226,84). Sum of RGB (Red+Green+Blue) = 191+226+84=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE254 is #401DAB. Grayscale: #C7C7C7. Windows color (decimal): -4201900 or 5563071. OLE color: 5563071.
HSL color Cylindrical-coordinate representation of color #BFE254: hue angle of 74.79º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE254 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 84 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.11 |
| HSL | 74.79º | 0.71% | 0.61% | - |
| HSV(B) | 74.79º | 0.63% | 0.89% | - |
| XYZ | 50.28 | 66.11 | 18.5 | - |
| YUV | 199.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 84 | 0.15 | 0 | 0.63 | 0.11 | 74.79 | 0.71 | 0.61 |
| Hex | BF | E2 | 54 | F | 0 | 3F | B | 4B | 47 | 3D |
| Octal | 277 | 342 | 124 | 17 | 0 | 77 | 13 | 113 | 107 | 75 |
| Binary | 10111111 | 11100010 | 1010100 | 1111 | 0 | 111111 | 1011 | 1001011 | 1000111 | 111101 |
Color Harmonies of #BFE254
Complementary color
Monochromatic Colors of #BFE254
Black with #BFE254
Text Example
Text Example
White with #BFE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE254; }
p { color: rgb(191,226,84); }
H1.HeaderClassName
{
color: #BFE254;
}
.AnyTagClassName
{
color: #BFE254;
}
</style>
background-color css
<style>
a { background-color: #BFE254; }
a { background-color: rgb(191,226,84); }
div.DivClassName
{
background-color: #BFE254;
}
.BgClassName
{
background-color: #BFE254;
}
</style>
border-color css
<style>
span { border-color: #BFE254; }
span { border-color: rgb(191,226,84); }
td.TdClassName
{
border-color: #BFE254;
}
.TagClassName
{
border-color: #BFE254;
}
</style>