Shades of Conifer #BFF55E
Tints of Conifer #BFF55E
RGB
CMYK
RGB Variations
Color information
#BFF55E (or 0xBFF55E) is known color: Conifer. HEX triplet: BF, F5 and 5E. RGB value is (191,245,94). Sum of RGB (Red+Green+Blue) = 191+245+94=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF55E is #400AA1. Grayscale: #D4D4D4. Windows color (decimal): -4197026 or 6223295. OLE color: 6223295.
HSL color Cylindrical-coordinate representation of color #BFF55E: hue angle of 81.46º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF55E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 94 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.04 |
| HSL | 81.46º | 0.88% | 0.66% | - |
| HSV(B) | 81.46º | 0.62% | 0.96% | - |
| XYZ | 56.16 | 77.19 | 22.53 | - |
| YUV | 211.64 | 61.61 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 94 | 0.22 | 0 | 0.62 | 0.04 | 81.46 | 0.88 | 0.66 |
| Hex | BF | F5 | 5E | 16 | 0 | 3E | 4 | 51 | 58 | 42 |
| Octal | 277 | 365 | 136 | 26 | 0 | 76 | 4 | 121 | 130 | 102 |
| Binary | 10111111 | 11110101 | 1011110 | 10110 | 0 | 111110 | 100 | 1010001 | 1011000 | 1000010 |
Color Harmonies of #BFF55E
Complementary color
Monochromatic Colors of #BFF55E
Black with #BFF55E
Text Example
Text Example
White with #BFF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF55E; }
p { color: rgb(191,245,94); }
H1.HeaderClassName
{
color: #BFF55E;
}
.AnyTagClassName
{
color: #BFF55E;
}
</style>
background-color css
<style>
a { background-color: #BFF55E; }
a { background-color: rgb(191,245,94); }
div.DivClassName
{
background-color: #BFF55E;
}
.BgClassName
{
background-color: #BFF55E;
}
</style>
border-color css
<style>
span { border-color: #BFF55E; }
span { border-color: rgb(191,245,94); }
td.TdClassName
{
border-color: #BFF55E;
}
.TagClassName
{
border-color: #BFF55E;
}
</style>