Shades of Conifer #BFF54D
Tints of Conifer #BFF54D
RGB
CMYK
RGB Variations
Color information
#BFF54D (or 0xBFF54D) is known color: Conifer. HEX triplet: BF, F5 and 4D. RGB value is (191,245,77). Sum of RGB (Red+Green+Blue) = 191+245+77=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF54D is #400AB2. Grayscale: #D2D2D2. Windows color (decimal): -4197043 or 5109183. OLE color: 5109183.
HSL color Cylindrical-coordinate representation of color #BFF54D: hue angle of 79.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF54D is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 77 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.04 |
| HSL | 79.29º | 0.89% | 0.63% | - |
| HSV(B) | 79.29º | 0.69% | 0.96% | - |
| XYZ | 55.48 | 76.92 | 18.94 | - |
| YUV | 209.7 | 53.11 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 77 | 0.22 | 0 | 0.69 | 0.04 | 79.29 | 0.89 | 0.63 |
| Hex | BF | F5 | 4D | 16 | 0 | 45 | 4 | 4F | 59 | 3F |
| Octal | 277 | 365 | 115 | 26 | 0 | 105 | 4 | 117 | 131 | 77 |
| Binary | 10111111 | 11110101 | 1001101 | 10110 | 0 | 1000101 | 100 | 1001111 | 1011001 | 111111 |
Color Harmonies of #BFF54D
Complementary color
Monochromatic Colors of #BFF54D
Black with #BFF54D
Text Example
Text Example
White with #BFF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF54D; }
p { color: rgb(191,245,77); }
H1.HeaderClassName
{
color: #BFF54D;
}
.AnyTagClassName
{
color: #BFF54D;
}
</style>
background-color css
<style>
a { background-color: #BFF54D; }
a { background-color: rgb(191,245,77); }
div.DivClassName
{
background-color: #BFF54D;
}
.BgClassName
{
background-color: #BFF54D;
}
</style>
border-color css
<style>
span { border-color: #BFF54D; }
span { border-color: rgb(191,245,77); }
td.TdClassName
{
border-color: #BFF54D;
}
.TagClassName
{
border-color: #BFF54D;
}
</style>