Shades of Conifer #BFE448
Tints of Conifer #BFE448
RGB
CMYK
RGB Variations
Color information
#BFE448 (or 0xBFE448) is known color: Conifer. HEX triplet: BF, E4 and 48. RGB value is (191,228,72). Sum of RGB (Red+Green+Blue) = 191+228+72=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE448 is #401BB7. Grayscale: #C7C7C7. Windows color (decimal): -4201400 or 4777151. OLE color: 4777151.
HSL color Cylindrical-coordinate representation of color #BFE448: hue angle of 74.23º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE448 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 72 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.11 |
| HSL | 74.23º | 0.74% | 0.59% | - |
| HSV(B) | 74.23º | 0.68% | 0.89% | - |
| XYZ | 50.4 | 67.03 | 16.41 | - |
| YUV | 199.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 72 | 0.16 | 0 | 0.68 | 0.11 | 74.23 | 0.74 | 0.59 |
| Hex | BF | E4 | 48 | 10 | 0 | 44 | B | 4A | 4A | 3B |
| Octal | 277 | 344 | 110 | 20 | 0 | 104 | 13 | 112 | 112 | 73 |
| Binary | 10111111 | 11100100 | 1001000 | 10000 | 0 | 1000100 | 1011 | 1001010 | 1001010 | 111011 |
Color Harmonies of #BFE448
Complementary color
Monochromatic Colors of #BFE448
Black with #BFE448
Text Example
Text Example
White with #BFE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE448; }
p { color: rgb(191,228,72); }
H1.HeaderClassName
{
color: #BFE448;
}
.AnyTagClassName
{
color: #BFE448;
}
</style>
background-color css
<style>
a { background-color: #BFE448; }
a { background-color: rgb(191,228,72); }
div.DivClassName
{
background-color: #BFE448;
}
.BgClassName
{
background-color: #BFE448;
}
</style>
border-color css
<style>
span { border-color: #BFE448; }
span { border-color: rgb(191,228,72); }
td.TdClassName
{
border-color: #BFE448;
}
.TagClassName
{
border-color: #BFE448;
}
</style>