Shades of Conifer #BFE152
Tints of Conifer #BFE152
RGB
CMYK
RGB Variations
Color information
#BFE152 (or 0xBFE152) is known color: Conifer. HEX triplet: BF, E1 and 52. RGB value is (191,225,82). Sum of RGB (Red+Green+Blue) = 191+225+82=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE152 is #401EAD. Grayscale: #C7C7C7. Windows color (decimal): -4202158 or 5431743. OLE color: 5431743.
HSL color Cylindrical-coordinate representation of color #BFE152: hue angle of 74.27º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFE152 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 82 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.12 |
| HSL | 74.27º | 0.7% | 0.6% | - |
| HSV(B) | 74.27º | 0.64% | 0.88% | - |
| XYZ | 49.93 | 65.54 | 18 | - |
| YUV | 198.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 82 | 0.15 | 0 | 0.64 | 0.12 | 74.27 | 0.7 | 0.6 |
| Hex | BF | E1 | 52 | F | 0 | 40 | C | 4A | 46 | 3C |
| Octal | 277 | 341 | 122 | 17 | 0 | 100 | 14 | 112 | 106 | 74 |
| Binary | 10111111 | 11100001 | 1010010 | 1111 | 0 | 1000000 | 1100 | 1001010 | 1000110 | 111100 |
Color Harmonies of #BFE152
Complementary color
Monochromatic Colors of #BFE152
Black with #BFE152
Text Example
Text Example
White with #BFE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE152; }
p { color: rgb(191,225,82); }
H1.HeaderClassName
{
color: #BFE152;
}
.AnyTagClassName
{
color: #BFE152;
}
</style>
background-color css
<style>
a { background-color: #BFE152; }
a { background-color: rgb(191,225,82); }
div.DivClassName
{
background-color: #BFE152;
}
.BgClassName
{
background-color: #BFE152;
}
</style>
border-color css
<style>
span { border-color: #BFE152; }
span { border-color: rgb(191,225,82); }
td.TdClassName
{
border-color: #BFE152;
}
.TagClassName
{
border-color: #BFE152;
}
</style>