Shades of Conifer #BFE450
Tints of Conifer #BFE450
RGB
CMYK
RGB Variations
Color information
#BFE450 (or 0xBFE450) is known color: Conifer. HEX triplet: BF, E4 and 50. RGB value is (191,228,80). Sum of RGB (Red+Green+Blue) = 191+228+80=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE450 is #401BAF. Grayscale: #C8C8C8. Windows color (decimal): -4201392 or 5301439. OLE color: 5301439.
HSL color Cylindrical-coordinate representation of color #BFE450: hue angle of 75º degrees, saturation: 0.73, 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 #BFE450 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 80 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.11 |
| HSL | 75º | 0.73% | 0.6% | - |
| HSV(B) | 75º | 0.65% | 0.89% | - |
| XYZ | 50.68 | 67.14 | 17.88 | - |
| YUV | 200.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 80 | 0.16 | 0 | 0.65 | 0.11 | 75 | 0.73 | 0.6 |
| Hex | BF | E4 | 50 | 10 | 0 | 41 | B | 4B | 49 | 3C |
| Octal | 277 | 344 | 120 | 20 | 0 | 101 | 13 | 113 | 111 | 74 |
| Binary | 10111111 | 11100100 | 1010000 | 10000 | 0 | 1000001 | 1011 | 1001011 | 1001001 | 111100 |
Color Harmonies of #BFE450
Complementary color
Monochromatic Colors of #BFE450
Black with #BFE450
Text Example
Text Example
White with #BFE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE450; }
p { color: rgb(191,228,80); }
H1.HeaderClassName
{
color: #BFE450;
}
.AnyTagClassName
{
color: #BFE450;
}
</style>
background-color css
<style>
a { background-color: #BFE450; }
a { background-color: rgb(191,228,80); }
div.DivClassName
{
background-color: #BFE450;
}
.BgClassName
{
background-color: #BFE450;
}
</style>
border-color css
<style>
span { border-color: #BFE450; }
span { border-color: rgb(191,228,80); }
td.TdClassName
{
border-color: #BFE450;
}
.TagClassName
{
border-color: #BFE450;
}
</style>