Shades of Conifer #BFE562
Tints of Conifer #BFE562
RGB
CMYK
RGB Variations
Color information
#BFE562 (or 0xBFE562) is known color: Conifer. HEX triplet: BF, E5 and 62. RGB value is (191,229,98). Sum of RGB (Red+Green+Blue) = 191+229+98=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE562 is #401A9D. Grayscale: #CBCBCB. Windows color (decimal): -4201118 or 6481343. OLE color: 6481343.
HSL color Cylindrical-coordinate representation of color #BFE562: hue angle of 77.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE562 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 98 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.10 |
| HSL | 77.4º | 0.72% | 0.64% | - |
| HSV(B) | 77.4º | 0.57% | 0.9% | - |
| XYZ | 51.71 | 68 | 21.95 | - |
| YUV | 202.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 98 | 0.17 | 0 | 0.57 | 0.10 | 77.4 | 0.72 | 0.64 |
| Hex | BF | E5 | 62 | 11 | 0 | 39 | A | 4D | 48 | 40 |
| Octal | 277 | 345 | 142 | 21 | 0 | 71 | 12 | 115 | 110 | 100 |
| Binary | 10111111 | 11100101 | 1100010 | 10001 | 0 | 111001 | 1010 | 1001101 | 1001000 | 1000000 |
Color Harmonies of #BFE562
Complementary color
Monochromatic Colors of #BFE562
Black with #BFE562
Text Example
Text Example
White with #BFE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE562; }
p { color: rgb(191,229,98); }
H1.HeaderClassName
{
color: #BFE562;
}
.AnyTagClassName
{
color: #BFE562;
}
</style>
background-color css
<style>
a { background-color: #BFE562; }
a { background-color: rgb(191,229,98); }
div.DivClassName
{
background-color: #BFE562;
}
.BgClassName
{
background-color: #BFE562;
}
</style>
border-color css
<style>
span { border-color: #BFE562; }
span { border-color: rgb(191,229,98); }
td.TdClassName
{
border-color: #BFE562;
}
.TagClassName
{
border-color: #BFE562;
}
</style>