Shades of Conifer #BFF55B
Tints of Conifer #BFF55B
RGB
CMYK
RGB Variations
Color information
#BFF55B (or 0xBFF55B) is known color: Conifer. HEX triplet: BF, F5 and 5B. RGB value is (191,245,91). Sum of RGB (Red+Green+Blue) = 191+245+91=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF55B is #400AA4. Grayscale: #D3D3D3. Windows color (decimal): -4197029 or 6026687. OLE color: 6026687.
HSL color Cylindrical-coordinate representation of color #BFF55B: hue angle of 81.04º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF55B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 91 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 81.04º | 0.89% | 0.66% | - |
| HSV(B) | 81.04º | 0.63% | 0.96% | - |
| XYZ | 56.03 | 77.14 | 21.83 | - |
| YUV | 211.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 91 | 0.22 | 0 | 0.63 | 0.04 | 81.04 | 0.89 | 0.66 |
| Hex | BF | F5 | 5B | 16 | 0 | 3F | 4 | 51 | 59 | 42 |
| Octal | 277 | 365 | 133 | 26 | 0 | 77 | 4 | 121 | 131 | 102 |
| Binary | 10111111 | 11110101 | 1011011 | 10110 | 0 | 111111 | 100 | 1010001 | 1011001 | 1000010 |
Color Harmonies of #BFF55B
Complementary color
Monochromatic Colors of #BFF55B
Black with #BFF55B
Text Example
Text Example
White with #BFF55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF55B; }
p { color: rgb(191,245,91); }
H1.HeaderClassName
{
color: #BFF55B;
}
.AnyTagClassName
{
color: #BFF55B;
}
</style>
background-color css
<style>
a { background-color: #BFF55B; }
a { background-color: rgb(191,245,91); }
div.DivClassName
{
background-color: #BFF55B;
}
.BgClassName
{
background-color: #BFF55B;
}
</style>
border-color css
<style>
span { border-color: #BFF55B; }
span { border-color: rgb(191,245,91); }
td.TdClassName
{
border-color: #BFF55B;
}
.TagClassName
{
border-color: #BFF55B;
}
</style>