Shades of Conifer #BFF15E
Tints of Conifer #BFF15E
RGB
CMYK
RGB Variations
Color information
#BFF15E (or 0xBFF15E) is known color: Conifer. HEX triplet: BF, F1 and 5E. RGB value is (191,241,94). Sum of RGB (Red+Green+Blue) = 191+241+94=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF15E is #400EA1. Grayscale: #D1D1D1. Windows color (decimal): -4198050 or 6222271. OLE color: 6222271.
HSL color Cylindrical-coordinate representation of color #BFF15E: hue angle of 80.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF15E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 94 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.41º | 0.84% | 0.66% | - |
| HSV(B) | 80.41º | 0.61% | 0.95% | - |
| XYZ | 54.96 | 74.8 | 22.13 | - |
| YUV | 209.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 94 | 0.21 | 0 | 0.61 | 0.05 | 80.41 | 0.84 | 0.66 |
| Hex | BF | F1 | 5E | 15 | 0 | 3D | 5 | 50 | 54 | 42 |
| Octal | 277 | 361 | 136 | 25 | 0 | 75 | 5 | 120 | 124 | 102 |
| Binary | 10111111 | 11110001 | 1011110 | 10101 | 0 | 111101 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #BFF15E
Complementary color
Monochromatic Colors of #BFF15E
Black with #BFF15E
Text Example
Text Example
White with #BFF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF15E; }
p { color: rgb(191,241,94); }
H1.HeaderClassName
{
color: #BFF15E;
}
.AnyTagClassName
{
color: #BFF15E;
}
</style>
background-color css
<style>
a { background-color: #BFF15E; }
a { background-color: rgb(191,241,94); }
div.DivClassName
{
background-color: #BFF15E;
}
.BgClassName
{
background-color: #BFF15E;
}
</style>
border-color css
<style>
span { border-color: #BFF15E; }
span { border-color: rgb(191,241,94); }
td.TdClassName
{
border-color: #BFF15E;
}
.TagClassName
{
border-color: #BFF15E;
}
</style>