Shades of Conifer #BFE944
Tints of Conifer #BFE944
RGB
CMYK
RGB Variations
Color information
#BFE944 (or 0xBFE944) is known color: Conifer. HEX triplet: BF, E9 and 44. RGB value is (191,233,68). Sum of RGB (Red+Green+Blue) = 191+233+68=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE944 is #4016BB. Grayscale: #CACACA. Windows color (decimal): -4200124 or 4516287. OLE color: 4516287.
HSL color Cylindrical-coordinate representation of color #BFE944: hue angle of 75.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFE944 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 68 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.09 |
| HSL | 75.27º | 0.79% | 0.59% | - |
| HSV(B) | 75.27º | 0.71% | 0.91% | - |
| XYZ | 51.67 | 69.77 | 16.21 | - |
| YUV | 201.63 | 52.59 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 68 | 0.18 | 0 | 0.71 | 0.09 | 75.27 | 0.79 | 0.59 |
| Hex | BF | E9 | 44 | 12 | 0 | 47 | 9 | 4B | 4F | 3B |
| Octal | 277 | 351 | 104 | 22 | 0 | 107 | 11 | 113 | 117 | 73 |
| Binary | 10111111 | 11101001 | 1000100 | 10010 | 0 | 1000111 | 1001 | 1001011 | 1001111 | 111011 |
Color Harmonies of #BFE944
Complementary color
Monochromatic Colors of #BFE944
Black with #BFE944
Text Example
Text Example
White with #BFE944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE944; }
p { color: rgb(191,233,68); }
H1.HeaderClassName
{
color: #BFE944;
}
.AnyTagClassName
{
color: #BFE944;
}
</style>
background-color css
<style>
a { background-color: #BFE944; }
a { background-color: rgb(191,233,68); }
div.DivClassName
{
background-color: #BFE944;
}
.BgClassName
{
background-color: #BFE944;
}
</style>
border-color css
<style>
span { border-color: #BFE944; }
span { border-color: rgb(191,233,68); }
td.TdClassName
{
border-color: #BFE944;
}
.TagClassName
{
border-color: #BFE944;
}
</style>