Shades of Conifer #BFE255
Tints of Conifer #BFE255
RGB
CMYK
RGB Variations
Color information
#BFE255 (or 0xBFE255) is known color: Conifer. HEX triplet: BF, E2 and 55. RGB value is (191,226,85). Sum of RGB (Red+Green+Blue) = 191+226+85=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE255 is #401DAA. Grayscale: #C7C7C7. Windows color (decimal): -4201899 or 5628607. OLE color: 5628607.
HSL color Cylindrical-coordinate representation of color #BFE255: hue angle of 74.89º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFE255 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 85 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.11 |
| HSL | 74.89º | 0.71% | 0.61% | - |
| HSV(B) | 74.89º | 0.62% | 0.89% | - |
| XYZ | 50.32 | 66.12 | 18.71 | - |
| YUV | 199.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 85 | 0.15 | 0 | 0.62 | 0.11 | 74.89 | 0.71 | 0.61 |
| Hex | BF | E2 | 55 | F | 0 | 3E | B | 4B | 47 | 3D |
| Octal | 277 | 342 | 125 | 17 | 0 | 76 | 13 | 113 | 107 | 75 |
| Binary | 10111111 | 11100010 | 1010101 | 1111 | 0 | 111110 | 1011 | 1001011 | 1000111 | 111101 |
Color Harmonies of #BFE255
Complementary color
Monochromatic Colors of #BFE255
Black with #BFE255
Text Example
Text Example
White with #BFE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE255; }
p { color: rgb(191,226,85); }
H1.HeaderClassName
{
color: #BFE255;
}
.AnyTagClassName
{
color: #BFE255;
}
</style>
background-color css
<style>
a { background-color: #BFE255; }
a { background-color: rgb(191,226,85); }
div.DivClassName
{
background-color: #BFE255;
}
.BgClassName
{
background-color: #BFE255;
}
</style>
border-color css
<style>
span { border-color: #BFE255; }
span { border-color: rgb(191,226,85); }
td.TdClassName
{
border-color: #BFE255;
}
.TagClassName
{
border-color: #BFE255;
}
</style>