Shades of Conifer #BFE354
Tints of Conifer #BFE354
RGB
CMYK
RGB Variations
Color information
#BFE354 (or 0xBFE354) is known color: Conifer. HEX triplet: BF, E3 and 54. RGB value is (191,227,84). Sum of RGB (Red+Green+Blue) = 191+227+84=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE354 is #401CAB. Grayscale: #C8C8C8. Windows color (decimal): -4201644 or 5563327. OLE color: 5563327.
HSL color Cylindrical-coordinate representation of color #BFE354: hue angle of 75.1º degrees, saturation: 0.72, 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 #BFE354 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 84 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.11 |
| HSL | 75.1º | 0.72% | 0.61% | - |
| HSV(B) | 75.1º | 0.63% | 0.89% | - |
| XYZ | 50.56 | 66.65 | 18.59 | - |
| YUV | 199.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 84 | 0.16 | 0 | 0.63 | 0.11 | 75.1 | 0.72 | 0.61 |
| Hex | BF | E3 | 54 | 10 | 0 | 3F | B | 4B | 48 | 3D |
| Octal | 277 | 343 | 124 | 20 | 0 | 77 | 13 | 113 | 110 | 75 |
| Binary | 10111111 | 11100011 | 1010100 | 10000 | 0 | 111111 | 1011 | 1001011 | 1001000 | 111101 |
Color Harmonies of #BFE354
Complementary color
Monochromatic Colors of #BFE354
Black with #BFE354
Text Example
Text Example
White with #BFE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE354; }
p { color: rgb(191,227,84); }
H1.HeaderClassName
{
color: #BFE354;
}
.AnyTagClassName
{
color: #BFE354;
}
</style>
background-color css
<style>
a { background-color: #BFE354; }
a { background-color: rgb(191,227,84); }
div.DivClassName
{
background-color: #BFE354;
}
.BgClassName
{
background-color: #BFE354;
}
</style>
border-color css
<style>
span { border-color: #BFE354; }
span { border-color: rgb(191,227,84); }
td.TdClassName
{
border-color: #BFE354;
}
.TagClassName
{
border-color: #BFE354;
}
</style>