Shades of Conifer #BFE15A
Tints of Conifer #BFE15A
RGB
CMYK
RGB Variations
Color information
#BFE15A (or 0xBFE15A) is known color: Conifer. HEX triplet: BF, E1 and 5A. RGB value is (191,225,90). Sum of RGB (Red+Green+Blue) = 191+225+90=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE15A is #401EA5. Grayscale: #C7C7C7. Windows color (decimal): -4202150 or 5956031. OLE color: 5956031.
HSL color Cylindrical-coordinate representation of color #BFE15A: hue angle of 75.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE15A is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 90 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.12 |
| HSL | 75.11º | 0.69% | 0.62% | - |
| HSV(B) | 75.11º | 0.6% | 0.88% | - |
| XYZ | 50.26 | 65.66 | 19.7 | - |
| YUV | 199.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 90 | 0.15 | 0 | 0.60 | 0.12 | 75.11 | 0.69 | 0.62 |
| Hex | BF | E1 | 5A | F | 0 | 3C | C | 4B | 45 | 3E |
| Octal | 277 | 341 | 132 | 17 | 0 | 74 | 14 | 113 | 105 | 76 |
| Binary | 10111111 | 11100001 | 1011010 | 1111 | 0 | 111100 | 1100 | 1001011 | 1000101 | 111110 |
Color Harmonies of #BFE15A
Complementary color
Monochromatic Colors of #BFE15A
Black with #BFE15A
Text Example
Text Example
White with #BFE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE15A; }
p { color: rgb(191,225,90); }
H1.HeaderClassName
{
color: #BFE15A;
}
.AnyTagClassName
{
color: #BFE15A;
}
</style>
background-color css
<style>
a { background-color: #BFE15A; }
a { background-color: rgb(191,225,90); }
div.DivClassName
{
background-color: #BFE15A;
}
.BgClassName
{
background-color: #BFE15A;
}
</style>
border-color css
<style>
span { border-color: #BFE15A; }
span { border-color: rgb(191,225,90); }
td.TdClassName
{
border-color: #BFE15A;
}
.TagClassName
{
border-color: #BFE15A;
}
</style>