Shades of Conifer #BFF852
Tints of Conifer #BFF852
RGB
CMYK
RGB Variations
Color information
#BFF852 (or 0xBFF852) is known color: Conifer. HEX triplet: BF, F8 and 52. RGB value is (191,248,82). Sum of RGB (Red+Green+Blue) = 191+248+82=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF852 is #4007AD. Grayscale: #D4D4D4. Windows color (decimal): -4196270 or 5437631. OLE color: 5437631.
HSL color Cylindrical-coordinate representation of color #BFF852: hue angle of 80.6º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF852 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 82 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.6º | 0.92% | 0.65% | - |
| HSV(B) | 80.6º | 0.67% | 0.97% | - |
| XYZ | 56.58 | 78.82 | 20.21 | - |
| YUV | 212.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 82 | 0.23 | 0 | 0.67 | 0.03 | 80.6 | 0.92 | 0.65 |
| Hex | BF | F8 | 52 | 17 | 0 | 43 | 3 | 51 | 5C | 41 |
| Octal | 277 | 370 | 122 | 27 | 0 | 103 | 3 | 121 | 134 | 101 |
| Binary | 10111111 | 11111000 | 1010010 | 10111 | 0 | 1000011 | 11 | 1010001 | 1011100 | 1000001 |
Color Harmonies of #BFF852
Complementary color
Monochromatic Colors of #BFF852
Black with #BFF852
Text Example
Text Example
White with #BFF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF852; }
p { color: rgb(191,248,82); }
H1.HeaderClassName
{
color: #BFF852;
}
.AnyTagClassName
{
color: #BFF852;
}
</style>
background-color css
<style>
a { background-color: #BFF852; }
a { background-color: rgb(191,248,82); }
div.DivClassName
{
background-color: #BFF852;
}
.BgClassName
{
background-color: #BFF852;
}
</style>
border-color css
<style>
span { border-color: #BFF852; }
span { border-color: rgb(191,248,82); }
td.TdClassName
{
border-color: #BFF852;
}
.TagClassName
{
border-color: #BFF852;
}
</style>