Shades of Conifer #BFF85D
Tints of Conifer #BFF85D
RGB
CMYK
RGB Variations
Color information
#BFF85D (or 0xBFF85D) is known color: Conifer. HEX triplet: BF, F8 and 5D. RGB value is (191,248,93). Sum of RGB (Red+Green+Blue) = 191+248+93=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF85D is #4007A2. Grayscale: #D5D5D5. Windows color (decimal): -4196259 or 6158527. OLE color: 6158527.
HSL color Cylindrical-coordinate representation of color #BFF85D: hue angle of 82.06º degrees, saturation: 0.92, 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 #BFF85D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 93 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.03 |
| HSL | 82.06º | 0.92% | 0.67% | - |
| HSV(B) | 82.06º | 0.63% | 0.97% | - |
| XYZ | 57.03 | 79 | 22.6 | - |
| YUV | 213.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 93 | 0.23 | 0 | 0.62 | 0.03 | 82.06 | 0.92 | 0.67 |
| Hex | BF | F8 | 5D | 17 | 0 | 3E | 3 | 52 | 5C | 43 |
| Octal | 277 | 370 | 135 | 27 | 0 | 76 | 3 | 122 | 134 | 103 |
| Binary | 10111111 | 11111000 | 1011101 | 10111 | 0 | 111110 | 11 | 1010010 | 1011100 | 1000011 |
Color Harmonies of #BFF85D
Complementary color
Monochromatic Colors of #BFF85D
Black with #BFF85D
Text Example
Text Example
White with #BFF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF85D; }
p { color: rgb(191,248,93); }
H1.HeaderClassName
{
color: #BFF85D;
}
.AnyTagClassName
{
color: #BFF85D;
}
</style>
background-color css
<style>
a { background-color: #BFF85D; }
a { background-color: rgb(191,248,93); }
div.DivClassName
{
background-color: #BFF85D;
}
.BgClassName
{
background-color: #BFF85D;
}
</style>
border-color css
<style>
span { border-color: #BFF85D; }
span { border-color: rgb(191,248,93); }
td.TdClassName
{
border-color: #BFF85D;
}
.TagClassName
{
border-color: #BFF85D;
}
</style>