Shades of Conifer #BFF052
Tints of Conifer #BFF052
RGB
CMYK
RGB Variations
Color information
#BFF052 (or 0xBFF052) is known color: Conifer. HEX triplet: BF, F0 and 52. RGB value is (191,240,82). Sum of RGB (Red+Green+Blue) = 191+240+82=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF052 is #400FAD. Grayscale: #CFCFCF. Windows color (decimal): -4198318 or 5435583. OLE color: 5435583.
HSL color Cylindrical-coordinate representation of color #BFF052: hue angle of 78.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF052 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 82 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.06 |
| HSL | 78.61º | 0.84% | 0.63% | - |
| HSV(B) | 78.61º | 0.66% | 0.94% | - |
| XYZ | 54.17 | 74.01 | 19.41 | - |
| YUV | 207.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 82 | 0.20 | 0 | 0.66 | 0.06 | 78.61 | 0.84 | 0.63 |
| Hex | BF | F0 | 52 | 14 | 0 | 42 | 6 | 4F | 54 | 3F |
| Octal | 277 | 360 | 122 | 24 | 0 | 102 | 6 | 117 | 124 | 77 |
| Binary | 10111111 | 11110000 | 1010010 | 10100 | 0 | 1000010 | 110 | 1001111 | 1010100 | 111111 |
Color Harmonies of #BFF052
Complementary color
Monochromatic Colors of #BFF052
Black with #BFF052
Text Example
Text Example
White with #BFF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF052; }
p { color: rgb(191,240,82); }
H1.HeaderClassName
{
color: #BFF052;
}
.AnyTagClassName
{
color: #BFF052;
}
</style>
background-color css
<style>
a { background-color: #BFF052; }
a { background-color: rgb(191,240,82); }
div.DivClassName
{
background-color: #BFF052;
}
.BgClassName
{
background-color: #BFF052;
}
</style>
border-color css
<style>
span { border-color: #BFF052; }
span { border-color: rgb(191,240,82); }
td.TdClassName
{
border-color: #BFF052;
}
.TagClassName
{
border-color: #BFF052;
}
</style>