Shades of Conifer #BFF15B
Tints of Conifer #BFF15B
RGB
CMYK
RGB Variations
Color information
#BFF15B (or 0xBFF15B) is known color: Conifer. HEX triplet: BF, F1 and 5B. RGB value is (191,241,91). Sum of RGB (Red+Green+Blue) = 191+241+91=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF15B is #400EA4. Grayscale: #D1D1D1. Windows color (decimal): -4198053 or 6025663. OLE color: 6025663.
HSL color Cylindrical-coordinate representation of color #BFF15B: hue angle of 80º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF15B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 91 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 80º | 0.84% | 0.65% | - |
| HSV(B) | 80º | 0.62% | 0.95% | - |
| XYZ | 54.83 | 74.74 | 21.43 | - |
| YUV | 208.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 91 | 0.21 | 0 | 0.62 | 0.05 | 80 | 0.84 | 0.65 |
| Hex | BF | F1 | 5B | 15 | 0 | 3E | 5 | 50 | 54 | 41 |
| Octal | 277 | 361 | 133 | 25 | 0 | 76 | 5 | 120 | 124 | 101 |
| Binary | 10111111 | 11110001 | 1011011 | 10101 | 0 | 111110 | 101 | 1010000 | 1010100 | 1000001 |
Color Harmonies of #BFF15B
Complementary color
Monochromatic Colors of #BFF15B
Black with #BFF15B
Text Example
Text Example
White with #BFF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF15B; }
p { color: rgb(191,241,91); }
H1.HeaderClassName
{
color: #BFF15B;
}
.AnyTagClassName
{
color: #BFF15B;
}
</style>
background-color css
<style>
a { background-color: #BFF15B; }
a { background-color: rgb(191,241,91); }
div.DivClassName
{
background-color: #BFF15B;
}
.BgClassName
{
background-color: #BFF15B;
}
</style>
border-color css
<style>
span { border-color: #BFF15B; }
span { border-color: rgb(191,241,91); }
td.TdClassName
{
border-color: #BFF15B;
}
.TagClassName
{
border-color: #BFF15B;
}
</style>