Shades of Conifer #BFF352
Tints of Conifer #BFF352
RGB
CMYK
RGB Variations
Color information
#BFF352 (or 0xBFF352) is known color: Conifer. HEX triplet: BF, F3 and 52. RGB value is (191,243,82). Sum of RGB (Red+Green+Blue) = 191+243+82=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF352 is #400CAD. Grayscale: #D1D1D1. Windows color (decimal): -4197550 or 5436351. OLE color: 5436351.
HSL color Cylindrical-coordinate representation of color #BFF352: hue angle of 79.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF352 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 82 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.05 |
| HSL | 79.38º | 0.87% | 0.64% | - |
| HSV(B) | 79.38º | 0.66% | 0.95% | - |
| XYZ | 55.06 | 75.79 | 19.71 | - |
| YUV | 209.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 82 | 0.21 | 0 | 0.66 | 0.05 | 79.38 | 0.87 | 0.64 |
| Hex | BF | F3 | 52 | 15 | 0 | 42 | 5 | 4F | 57 | 40 |
| Octal | 277 | 363 | 122 | 25 | 0 | 102 | 5 | 117 | 127 | 100 |
| Binary | 10111111 | 11110011 | 1010010 | 10101 | 0 | 1000010 | 101 | 1001111 | 1010111 | 1000000 |
Color Harmonies of #BFF352
Complementary color
Monochromatic Colors of #BFF352
Black with #BFF352
Text Example
Text Example
White with #BFF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF352; }
p { color: rgb(191,243,82); }
H1.HeaderClassName
{
color: #BFF352;
}
.AnyTagClassName
{
color: #BFF352;
}
</style>
background-color css
<style>
a { background-color: #BFF352; }
a { background-color: rgb(191,243,82); }
div.DivClassName
{
background-color: #BFF352;
}
.BgClassName
{
background-color: #BFF352;
}
</style>
border-color css
<style>
span { border-color: #BFF352; }
span { border-color: rgb(191,243,82); }
td.TdClassName
{
border-color: #BFF352;
}
.TagClassName
{
border-color: #BFF352;
}
</style>