Shades of Conifer #BFE44B
Tints of Conifer #BFE44B
RGB
CMYK
RGB Variations
Color information
#BFE44B (or 0xBFE44B) is known color: Conifer. HEX triplet: BF, E4 and 4B. RGB value is (191,228,75). Sum of RGB (Red+Green+Blue) = 191+228+75=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE44B is #401BB4. Grayscale: #C8C8C8. Windows color (decimal): -4201397 or 4973759. OLE color: 4973759.
HSL color Cylindrical-coordinate representation of color #BFE44B: hue angle of 74.51º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE44B is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 75 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.11 |
| HSL | 74.51º | 0.74% | 0.59% | - |
| HSV(B) | 74.51º | 0.67% | 0.89% | - |
| XYZ | 50.5 | 67.07 | 16.94 | - |
| YUV | 199.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 75 | 0.16 | 0 | 0.67 | 0.11 | 74.51 | 0.74 | 0.59 |
| Hex | BF | E4 | 4B | 10 | 0 | 43 | B | 4B | 4A | 3B |
| Octal | 277 | 344 | 113 | 20 | 0 | 103 | 13 | 113 | 112 | 73 |
| Binary | 10111111 | 11100100 | 1001011 | 10000 | 0 | 1000011 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BFE44B
Complementary color
Monochromatic Colors of #BFE44B
Black with #BFE44B
Text Example
Text Example
White with #BFE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE44B; }
p { color: rgb(191,228,75); }
H1.HeaderClassName
{
color: #BFE44B;
}
.AnyTagClassName
{
color: #BFE44B;
}
</style>
background-color css
<style>
a { background-color: #BFE44B; }
a { background-color: rgb(191,228,75); }
div.DivClassName
{
background-color: #BFE44B;
}
.BgClassName
{
background-color: #BFE44B;
}
</style>
border-color css
<style>
span { border-color: #BFE44B; }
span { border-color: rgb(191,228,75); }
td.TdClassName
{
border-color: #BFE44B;
}
.TagClassName
{
border-color: #BFE44B;
}
</style>