Shades of Conifer #BFF44D
Tints of Conifer #BFF44D
RGB
CMYK
RGB Variations
Color information
#BFF44D (or 0xBFF44D) is known color: Conifer. HEX triplet: BF, F4 and 4D. RGB value is (191,244,77). Sum of RGB (Red+Green+Blue) = 191+244+77=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF44D is #400BB2. Grayscale: #D1D1D1. Windows color (decimal): -4197299 or 5108927. OLE color: 5108927.
HSL color Cylindrical-coordinate representation of color #BFF44D: hue angle of 79.04º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFF44D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 77 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.04 |
| HSL | 79.04º | 0.88% | 0.63% | - |
| HSV(B) | 79.04º | 0.68% | 0.96% | - |
| XYZ | 55.18 | 76.31 | 18.84 | - |
| YUV | 209.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 77 | 0.22 | 0 | 0.68 | 0.04 | 79.04 | 0.88 | 0.63 |
| Hex | BF | F4 | 4D | 16 | 0 | 44 | 4 | 4F | 58 | 3F |
| Octal | 277 | 364 | 115 | 26 | 0 | 104 | 4 | 117 | 130 | 77 |
| Binary | 10111111 | 11110100 | 1001101 | 10110 | 0 | 1000100 | 100 | 1001111 | 1011000 | 111111 |
Color Harmonies of #BFF44D
Complementary color
Monochromatic Colors of #BFF44D
Black with #BFF44D
Text Example
Text Example
White with #BFF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF44D; }
p { color: rgb(191,244,77); }
H1.HeaderClassName
{
color: #BFF44D;
}
.AnyTagClassName
{
color: #BFF44D;
}
</style>
background-color css
<style>
a { background-color: #BFF44D; }
a { background-color: rgb(191,244,77); }
div.DivClassName
{
background-color: #BFF44D;
}
.BgClassName
{
background-color: #BFF44D;
}
</style>
border-color css
<style>
span { border-color: #BFF44D; }
span { border-color: rgb(191,244,77); }
td.TdClassName
{
border-color: #BFF44D;
}
.TagClassName
{
border-color: #BFF44D;
}
</style>