Shades of Conifer #BFF95D
Tints of Conifer #BFF95D
RGB
CMYK
RGB Variations
Color information
#BFF95D (or 0xBFF95D) is known color: Conifer. HEX triplet: BF, F9 and 5D. RGB value is (191,249,93). Sum of RGB (Red+Green+Blue) = 191+249+93=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF95D is #4006A2. Grayscale: #D6D6D6. Windows color (decimal): -4196003 or 6158783. OLE color: 6158783.
HSL color Cylindrical-coordinate representation of color #BFF95D: hue angle of 82.31º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF95D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 93 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.02 |
| HSL | 82.31º | 0.93% | 0.67% | - |
| HSV(B) | 82.31º | 0.63% | 0.98% | - |
| XYZ | 57.34 | 79.62 | 22.7 | - |
| YUV | 213.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 93 | 0.23 | 0 | 0.63 | 0.02 | 82.31 | 0.93 | 0.67 |
| Hex | BF | F9 | 5D | 17 | 0 | 3F | 2 | 52 | 5D | 43 |
| Octal | 277 | 371 | 135 | 27 | 0 | 77 | 2 | 122 | 135 | 103 |
| Binary | 10111111 | 11111001 | 1011101 | 10111 | 0 | 111111 | 10 | 1010010 | 1011101 | 1000011 |
Color Harmonies of #BFF95D
Complementary color
Monochromatic Colors of #BFF95D
Black with #BFF95D
Text Example
Text Example
White with #BFF95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF95D; }
p { color: rgb(191,249,93); }
H1.HeaderClassName
{
color: #BFF95D;
}
.AnyTagClassName
{
color: #BFF95D;
}
</style>
background-color css
<style>
a { background-color: #BFF95D; }
a { background-color: rgb(191,249,93); }
div.DivClassName
{
background-color: #BFF95D;
}
.BgClassName
{
background-color: #BFF95D;
}
</style>
border-color css
<style>
span { border-color: #BFF95D; }
span { border-color: rgb(191,249,93); }
td.TdClassName
{
border-color: #BFF95D;
}
.TagClassName
{
border-color: #BFF95D;
}
</style>