Shades of Conifer #BFF35F
Tints of Conifer #BFF35F
RGB
CMYK
RGB Variations
Color information
#BFF35F (or 0xBFF35F) is known color: Conifer. HEX triplet: BF, F3 and 5F. RGB value is (191,243,95). Sum of RGB (Red+Green+Blue) = 191+243+95=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF35F is #400CA0. Grayscale: #D3D3D3. Windows color (decimal): -4197537 or 6288319. OLE color: 6288319.
HSL color Cylindrical-coordinate representation of color #BFF35F: hue angle of 81.08º degrees, saturation: 0.86, 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 #BFF35F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 95 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 81.08º | 0.86% | 0.66% | - |
| HSV(B) | 81.08º | 0.61% | 0.95% | - |
| XYZ | 55.6 | 76 | 22.57 | - |
| YUV | 210.58 | 62.77 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 95 | 0.21 | 0 | 0.61 | 0.05 | 81.08 | 0.86 | 0.66 |
| Hex | BF | F3 | 5F | 15 | 0 | 3D | 5 | 51 | 56 | 42 |
| Octal | 277 | 363 | 137 | 25 | 0 | 75 | 5 | 121 | 126 | 102 |
| Binary | 10111111 | 11110011 | 1011111 | 10101 | 0 | 111101 | 101 | 1010001 | 1010110 | 1000010 |
Color Harmonies of #BFF35F
Complementary color
Monochromatic Colors of #BFF35F
Black with #BFF35F
Text Example
Text Example
White with #BFF35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF35F; }
p { color: rgb(191,243,95); }
H1.HeaderClassName
{
color: #BFF35F;
}
.AnyTagClassName
{
color: #BFF35F;
}
</style>
background-color css
<style>
a { background-color: #BFF35F; }
a { background-color: rgb(191,243,95); }
div.DivClassName
{
background-color: #BFF35F;
}
.BgClassName
{
background-color: #BFF35F;
}
</style>
border-color css
<style>
span { border-color: #BFF35F; }
span { border-color: rgb(191,243,95); }
td.TdClassName
{
border-color: #BFF35F;
}
.TagClassName
{
border-color: #BFF35F;
}
</style>