Shades of Conifer #BFF75E
Tints of Conifer #BFF75E
RGB
CMYK
RGB Variations
Color information
#BFF75E (or 0xBFF75E) is known color: Conifer. HEX triplet: BF, F7 and 5E. RGB value is (191,247,94). Sum of RGB (Red+Green+Blue) = 191+247+94=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF75E is #4008A1. Grayscale: #D5D5D5. Windows color (decimal): -4196514 or 6223807. OLE color: 6223807.
HSL color Cylindrical-coordinate representation of color #BFF75E: hue angle of 81.96º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF75E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 94 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.03 |
| HSL | 81.96º | 0.91% | 0.67% | - |
| HSV(B) | 81.96º | 0.62% | 0.97% | - |
| XYZ | 56.77 | 78.41 | 22.73 | - |
| YUV | 212.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 94 | 0.23 | 0 | 0.62 | 0.03 | 81.96 | 0.91 | 0.67 |
| Hex | BF | F7 | 5E | 17 | 0 | 3E | 3 | 52 | 5B | 43 |
| Octal | 277 | 367 | 136 | 27 | 0 | 76 | 3 | 122 | 133 | 103 |
| Binary | 10111111 | 11110111 | 1011110 | 10111 | 0 | 111110 | 11 | 1010010 | 1011011 | 1000011 |
Color Harmonies of #BFF75E
Complementary color
Monochromatic Colors of #BFF75E
Black with #BFF75E
Text Example
Text Example
White with #BFF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF75E; }
p { color: rgb(191,247,94); }
H1.HeaderClassName
{
color: #BFF75E;
}
.AnyTagClassName
{
color: #BFF75E;
}
</style>
background-color css
<style>
a { background-color: #BFF75E; }
a { background-color: rgb(191,247,94); }
div.DivClassName
{
background-color: #BFF75E;
}
.BgClassName
{
background-color: #BFF75E;
}
</style>
border-color css
<style>
span { border-color: #BFF75E; }
span { border-color: rgb(191,247,94); }
td.TdClassName
{
border-color: #BFF75E;
}
.TagClassName
{
border-color: #BFF75E;
}
</style>