Shades of Conifer #BFE455
Tints of Conifer #BFE455
RGB
CMYK
RGB Variations
Color information
#BFE455 (or 0xBFE455) is known color: Conifer. HEX triplet: BF, E4 and 55. RGB value is (191,228,85). Sum of RGB (Red+Green+Blue) = 191+228+85=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE455 is #401BAA. Grayscale: #C9C9C9. Windows color (decimal): -4201387 or 5629119. OLE color: 5629119.
HSL color Cylindrical-coordinate representation of color #BFE455: hue angle of 75.52º degrees, saturation: 0.73, 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 #BFE455 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 85 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.11 |
| HSL | 75.52º | 0.73% | 0.61% | - |
| HSV(B) | 75.52º | 0.63% | 0.89% | - |
| XYZ | 50.87 | 67.22 | 18.89 | - |
| YUV | 200.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 85 | 0.16 | 0 | 0.63 | 0.11 | 75.52 | 0.73 | 0.61 |
| Hex | BF | E4 | 55 | 10 | 0 | 3F | B | 4C | 49 | 3D |
| Octal | 277 | 344 | 125 | 20 | 0 | 77 | 13 | 114 | 111 | 75 |
| Binary | 10111111 | 11100100 | 1010101 | 10000 | 0 | 111111 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BFE455
Complementary color
Monochromatic Colors of #BFE455
Black with #BFE455
Text Example
Text Example
White with #BFE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE455; }
p { color: rgb(191,228,85); }
H1.HeaderClassName
{
color: #BFE455;
}
.AnyTagClassName
{
color: #BFE455;
}
</style>
background-color css
<style>
a { background-color: #BFE455; }
a { background-color: rgb(191,228,85); }
div.DivClassName
{
background-color: #BFE455;
}
.BgClassName
{
background-color: #BFE455;
}
</style>
border-color css
<style>
span { border-color: #BFE455; }
span { border-color: rgb(191,228,85); }
td.TdClassName
{
border-color: #BFE455;
}
.TagClassName
{
border-color: #BFE455;
}
</style>