Shades of Conifer #BFF044
Tints of Conifer #BFF044
RGB
CMYK
RGB Variations
Color information
#BFF044 (or 0xBFF044) is known color: Conifer. HEX triplet: BF, F0 and 44. RGB value is (191,240,68). Sum of RGB (Red+Green+Blue) = 191+240+68=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF044 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF044 is #400FBB. Grayscale: #CECECE. Windows color (decimal): -4198332 or 4518079. OLE color: 4518079.
HSL color Cylindrical-coordinate representation of color #BFF044: hue angle of 77.09º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFF044 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 68 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.06 |
| HSL | 77.09º | 0.85% | 0.6% | - |
| HSV(B) | 77.09º | 0.72% | 0.94% | - |
| XYZ | 53.69 | 73.81 | 16.89 | - |
| YUV | 205.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 68 | 0.20 | 0 | 0.72 | 0.06 | 77.09 | 0.85 | 0.6 |
| Hex | BF | F0 | 44 | 14 | 0 | 48 | 6 | 4D | 55 | 3C |
| Octal | 277 | 360 | 104 | 24 | 0 | 110 | 6 | 115 | 125 | 74 |
| Binary | 10111111 | 11110000 | 1000100 | 10100 | 0 | 1001000 | 110 | 1001101 | 1010101 | 111100 |
Color Harmonies of #BFF044
Complementary color
Monochromatic Colors of #BFF044
Black with #BFF044
Text Example
Text Example
White with #BFF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF044; }
p { color: rgb(191,240,68); }
H1.HeaderClassName
{
color: #BFF044;
}
.AnyTagClassName
{
color: #BFF044;
}
</style>
background-color css
<style>
a { background-color: #BFF044; }
a { background-color: rgb(191,240,68); }
div.DivClassName
{
background-color: #BFF044;
}
.BgClassName
{
background-color: #BFF044;
}
</style>
border-color css
<style>
span { border-color: #BFF044; }
span { border-color: rgb(191,240,68); }
td.TdClassName
{
border-color: #BFF044;
}
.TagClassName
{
border-color: #BFF044;
}
</style>