Shades of Conifer #BFE250
Tints of Conifer #BFE250
RGB
CMYK
RGB Variations
Color information
#BFE250 (or 0xBFE250) is known color: Conifer. HEX triplet: BF, E2 and 50. RGB value is (191,226,80). Sum of RGB (Red+Green+Blue) = 191+226+80=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE250 is #401DAF. Grayscale: #C7C7C7. Windows color (decimal): -4201904 or 5300927. OLE color: 5300927.
HSL color Cylindrical-coordinate representation of color #BFE250: hue angle of 74.38º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE250 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 80 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.11 |
| HSL | 74.38º | 0.72% | 0.6% | - |
| HSV(B) | 74.38º | 0.65% | 0.89% | - |
| XYZ | 50.13 | 66.05 | 17.7 | - |
| YUV | 198.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 80 | 0.15 | 0 | 0.65 | 0.11 | 74.38 | 0.72 | 0.6 |
| Hex | BF | E2 | 50 | F | 0 | 41 | B | 4A | 48 | 3C |
| Octal | 277 | 342 | 120 | 17 | 0 | 101 | 13 | 112 | 110 | 74 |
| Binary | 10111111 | 11100010 | 1010000 | 1111 | 0 | 1000001 | 1011 | 1001010 | 1001000 | 111100 |
Color Harmonies of #BFE250
Complementary color
Monochromatic Colors of #BFE250
Black with #BFE250
Text Example
Text Example
White with #BFE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE250; }
p { color: rgb(191,226,80); }
H1.HeaderClassName
{
color: #BFE250;
}
.AnyTagClassName
{
color: #BFE250;
}
</style>
background-color css
<style>
a { background-color: #BFE250; }
a { background-color: rgb(191,226,80); }
div.DivClassName
{
background-color: #BFE250;
}
.BgClassName
{
background-color: #BFE250;
}
</style>
border-color css
<style>
span { border-color: #BFE250; }
span { border-color: rgb(191,226,80); }
td.TdClassName
{
border-color: #BFE250;
}
.TagClassName
{
border-color: #BFE250;
}
</style>