Shades of Conifer #BFE05D
Tints of Conifer #BFE05D
RGB
CMYK
RGB Variations
Color information
#BFE05D (or 0xBFE05D) is known color: Conifer. HEX triplet: BF, E0 and 5D. RGB value is (191,224,93). Sum of RGB (Red+Green+Blue) = 191+224+93=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05D is #401FA2. Grayscale: #C7C7C7. Windows color (decimal): -4202403 or 6152383. OLE color: 6152383.
HSL color Cylindrical-coordinate representation of color #BFE05D: hue angle of 75.11º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE05D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 93 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.12 |
| HSL | 75.11º | 0.68% | 0.62% | - |
| HSV(B) | 75.11º | 0.58% | 0.88% | - |
| XYZ | 50.12 | 65.18 | 20.3 | - |
| YUV | 199.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 93 | 0.15 | 0 | 0.58 | 0.12 | 75.11 | 0.68 | 0.62 |
| Hex | BF | E0 | 5D | F | 0 | 3A | C | 4B | 44 | 3E |
| Octal | 277 | 340 | 135 | 17 | 0 | 72 | 14 | 113 | 104 | 76 |
| Binary | 10111111 | 11100000 | 1011101 | 1111 | 0 | 111010 | 1100 | 1001011 | 1000100 | 111110 |
Color Harmonies of #BFE05D
Complementary color
Monochromatic Colors of #BFE05D
Black with #BFE05D
Text Example
Text Example
White with #BFE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE05D; }
p { color: rgb(191,224,93); }
H1.HeaderClassName
{
color: #BFE05D;
}
.AnyTagClassName
{
color: #BFE05D;
}
</style>
background-color css
<style>
a { background-color: #BFE05D; }
a { background-color: rgb(191,224,93); }
div.DivClassName
{
background-color: #BFE05D;
}
.BgClassName
{
background-color: #BFE05D;
}
</style>
border-color css
<style>
span { border-color: #BFE05D; }
span { border-color: rgb(191,224,93); }
td.TdClassName
{
border-color: #BFE05D;
}
.TagClassName
{
border-color: #BFE05D;
}
</style>