Shades of Conifer #BFE362
Tints of Conifer #BFE362
RGB
CMYK
RGB Variations
Color information
#BFE362 (or 0xBFE362) is known color: Conifer. HEX triplet: BF, E3 and 62. RGB value is (191,227,98). Sum of RGB (Red+Green+Blue) = 191+227+98=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE362 is #401C9D. Grayscale: #CACACA. Windows color (decimal): -4201630 or 6480831. OLE color: 6480831.
HSL color Cylindrical-coordinate representation of color #BFE362: hue angle of 76.74º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFE362 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 98 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.11 |
| HSL | 76.74º | 0.7% | 0.64% | - |
| HSV(B) | 76.74º | 0.57% | 0.89% | - |
| XYZ | 51.16 | 66.9 | 21.77 | - |
| YUV | 201.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 98 | 0.16 | 0 | 0.57 | 0.11 | 76.74 | 0.7 | 0.64 |
| Hex | BF | E3 | 62 | 10 | 0 | 39 | B | 4D | 46 | 40 |
| Octal | 277 | 343 | 142 | 20 | 0 | 71 | 13 | 115 | 106 | 100 |
| Binary | 10111111 | 11100011 | 1100010 | 10000 | 0 | 111001 | 1011 | 1001101 | 1000110 | 1000000 |
Color Harmonies of #BFE362
Complementary color
Monochromatic Colors of #BFE362
Black with #BFE362
Text Example
Text Example
White with #BFE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE362; }
p { color: rgb(191,227,98); }
H1.HeaderClassName
{
color: #BFE362;
}
.AnyTagClassName
{
color: #BFE362;
}
</style>
background-color css
<style>
a { background-color: #BFE362; }
a { background-color: rgb(191,227,98); }
div.DivClassName
{
background-color: #BFE362;
}
.BgClassName
{
background-color: #BFE362;
}
</style>
border-color css
<style>
span { border-color: #BFE362; }
span { border-color: rgb(191,227,98); }
td.TdClassName
{
border-color: #BFE362;
}
.TagClassName
{
border-color: #BFE362;
}
</style>