Shades of Conifer #BFE05F
Tints of Conifer #BFE05F
RGB
CMYK
RGB Variations
Color information
#BFE05F (or 0xBFE05F) is known color: Conifer. HEX triplet: BF, E0 and 5F. RGB value is (191,224,95). Sum of RGB (Red+Green+Blue) = 191+224+95=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05F is #401FA0. Grayscale: #C7C7C7. Windows color (decimal): -4202401 or 6283455. OLE color: 6283455.
HSL color Cylindrical-coordinate representation of color #BFE05F: hue angle of 75.35º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE05F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 95 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.12 |
| HSL | 75.35º | 0.68% | 0.63% | - |
| HSV(B) | 75.35º | 0.58% | 0.88% | - |
| XYZ | 50.21 | 65.21 | 20.77 | - |
| YUV | 199.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 95 | 0.15 | 0 | 0.58 | 0.12 | 75.35 | 0.68 | 0.63 |
| Hex | BF | E0 | 5F | F | 0 | 3A | C | 4B | 44 | 3F |
| Octal | 277 | 340 | 137 | 17 | 0 | 72 | 14 | 113 | 104 | 77 |
| Binary | 10111111 | 11100000 | 1011111 | 1111 | 0 | 111010 | 1100 | 1001011 | 1000100 | 111111 |
Color Harmonies of #BFE05F
Complementary color
Monochromatic Colors of #BFE05F
Black with #BFE05F
Text Example
Text Example
White with #BFE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE05F; }
p { color: rgb(191,224,95); }
H1.HeaderClassName
{
color: #BFE05F;
}
.AnyTagClassName
{
color: #BFE05F;
}
</style>
background-color css
<style>
a { background-color: #BFE05F; }
a { background-color: rgb(191,224,95); }
div.DivClassName
{
background-color: #BFE05F;
}
.BgClassName
{
background-color: #BFE05F;
}
</style>
border-color css
<style>
span { border-color: #BFE05F; }
span { border-color: rgb(191,224,95); }
td.TdClassName
{
border-color: #BFE05F;
}
.TagClassName
{
border-color: #BFE05F;
}
</style>