Shades of Conifer #BFF263
Tints of Conifer #BFF263
RGB
CMYK
RGB Variations
Color information
#BFF263 (or 0xBFF263) is known color: Conifer. HEX triplet: BF, F2 and 63. RGB value is (191,242,99). Sum of RGB (Red+Green+Blue) = 191+242+99=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF263 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF263 is #400D9C. Grayscale: #D2D2D2. Windows color (decimal): -4197789 or 6550207. OLE color: 6550207.
HSL color Cylindrical-coordinate representation of color #BFF263: hue angle of 81.4º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF263 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 99 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.05 |
| HSL | 81.4º | 0.85% | 0.67% | - |
| HSV(B) | 81.4º | 0.59% | 0.95% | - |
| XYZ | 55.49 | 75.48 | 23.45 | - |
| YUV | 210.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 99 | 0.21 | 0 | 0.59 | 0.05 | 81.4 | 0.85 | 0.67 |
| Hex | BF | F2 | 63 | 15 | 0 | 3B | 5 | 51 | 55 | 43 |
| Octal | 277 | 362 | 143 | 25 | 0 | 73 | 5 | 121 | 125 | 103 |
| Binary | 10111111 | 11110010 | 1100011 | 10101 | 0 | 111011 | 101 | 1010001 | 1010101 | 1000011 |
Color Harmonies of #BFF263
Complementary color
Monochromatic Colors of #BFF263
Black with #BFF263
Text Example
Text Example
White with #BFF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF263; }
p { color: rgb(191,242,99); }
H1.HeaderClassName
{
color: #BFF263;
}
.AnyTagClassName
{
color: #BFF263;
}
</style>
background-color css
<style>
a { background-color: #BFF263; }
a { background-color: rgb(191,242,99); }
div.DivClassName
{
background-color: #BFF263;
}
.BgClassName
{
background-color: #BFF263;
}
</style>
border-color css
<style>
span { border-color: #BFF263; }
span { border-color: rgb(191,242,99); }
td.TdClassName
{
border-color: #BFF263;
}
.TagClassName
{
border-color: #BFF263;
}
</style>