Shades of Conifer #BFE648
Tints of Conifer #BFE648
RGB
CMYK
RGB Variations
Color information
#BFE648 (or 0xBFE648) is known color: Conifer. HEX triplet: BF, E6 and 48. RGB value is (191,230,72). Sum of RGB (Red+Green+Blue) = 191+230+72=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE648 is #4019B7. Grayscale: #C8C8C8. Windows color (decimal): -4200888 or 4777663. OLE color: 4777663.
HSL color Cylindrical-coordinate representation of color #BFE648: hue angle of 74.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE648 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 72 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.10 |
| HSL | 74.81º | 0.76% | 0.59% | - |
| HSV(B) | 74.81º | 0.69% | 0.9% | - |
| XYZ | 50.95 | 68.14 | 16.6 | - |
| YUV | 200.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 72 | 0.17 | 0 | 0.69 | 0.10 | 74.81 | 0.76 | 0.59 |
| Hex | BF | E6 | 48 | 11 | 0 | 45 | A | 4B | 4C | 3B |
| Octal | 277 | 346 | 110 | 21 | 0 | 105 | 12 | 113 | 114 | 73 |
| Binary | 10111111 | 11100110 | 1001000 | 10001 | 0 | 1000101 | 1010 | 1001011 | 1001100 | 111011 |
Color Harmonies of #BFE648
Complementary color
Monochromatic Colors of #BFE648
Black with #BFE648
Text Example
Text Example
White with #BFE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE648; }
p { color: rgb(191,230,72); }
H1.HeaderClassName
{
color: #BFE648;
}
.AnyTagClassName
{
color: #BFE648;
}
</style>
background-color css
<style>
a { background-color: #BFE648; }
a { background-color: rgb(191,230,72); }
div.DivClassName
{
background-color: #BFE648;
}
.BgClassName
{
background-color: #BFE648;
}
</style>
border-color css
<style>
span { border-color: #BFE648; }
span { border-color: rgb(191,230,72); }
td.TdClassName
{
border-color: #BFE648;
}
.TagClassName
{
border-color: #BFE648;
}
</style>