Shades of Conifer #BFF552
Tints of Conifer #BFF552
RGB
CMYK
RGB Variations
Color information
#BFF552 (or 0xBFF552) is known color: Conifer. HEX triplet: BF, F5 and 52. RGB value is (191,245,82). Sum of RGB (Red+Green+Blue) = 191+245+82=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF552 is #400AAD. Grayscale: #D2D2D2. Windows color (decimal): -4197038 or 5436863. OLE color: 5436863.
HSL color Cylindrical-coordinate representation of color #BFF552: hue angle of 79.88º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF552 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 82 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.04 |
| HSL | 79.88º | 0.89% | 0.64% | - |
| HSV(B) | 79.88º | 0.67% | 0.96% | - |
| XYZ | 55.66 | 76.99 | 19.91 | - |
| YUV | 210.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 82 | 0.22 | 0 | 0.67 | 0.04 | 79.88 | 0.89 | 0.64 |
| Hex | BF | F5 | 52 | 16 | 0 | 43 | 4 | 50 | 59 | 40 |
| Octal | 277 | 365 | 122 | 26 | 0 | 103 | 4 | 120 | 131 | 100 |
| Binary | 10111111 | 11110101 | 1010010 | 10110 | 0 | 1000011 | 100 | 1010000 | 1011001 | 1000000 |
Color Harmonies of #BFF552
Complementary color
Monochromatic Colors of #BFF552
Black with #BFF552
Text Example
Text Example
White with #BFF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF552; }
p { color: rgb(191,245,82); }
H1.HeaderClassName
{
color: #BFF552;
}
.AnyTagClassName
{
color: #BFF552;
}
</style>
background-color css
<style>
a { background-color: #BFF552; }
a { background-color: rgb(191,245,82); }
div.DivClassName
{
background-color: #BFF552;
}
.BgClassName
{
background-color: #BFF552;
}
</style>
border-color css
<style>
span { border-color: #BFF552; }
span { border-color: rgb(191,245,82); }
td.TdClassName
{
border-color: #BFF552;
}
.TagClassName
{
border-color: #BFF552;
}
</style>