Shades of Conifer #BFE05E
Tints of Conifer #BFE05E
RGB
CMYK
RGB Variations
Color information
#BFE05E (or 0xBFE05E) is known color: Conifer. HEX triplet: BF, E0 and 5E. RGB value is (191,224,94). Sum of RGB (Red+Green+Blue) = 191+224+94=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE05E is #401FA1. Grayscale: #C7C7C7. Windows color (decimal): -4202402 or 6217919. OLE color: 6217919.
HSL color Cylindrical-coordinate representation of color #BFE05E: hue angle of 75.23º 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 #BFE05E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 94 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.12 |
| HSL | 75.23º | 0.68% | 0.62% | - |
| HSV(B) | 75.23º | 0.58% | 0.88% | - |
| XYZ | 50.16 | 65.2 | 20.53 | - |
| YUV | 199.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 94 | 0.15 | 0 | 0.58 | 0.12 | 75.23 | 0.68 | 0.62 |
| Hex | BF | E0 | 5E | F | 0 | 3A | C | 4B | 44 | 3E |
| Octal | 277 | 340 | 136 | 17 | 0 | 72 | 14 | 113 | 104 | 76 |
| Binary | 10111111 | 11100000 | 1011110 | 1111 | 0 | 111010 | 1100 | 1001011 | 1000100 | 111110 |
Color Harmonies of #BFE05E
Complementary color
Monochromatic Colors of #BFE05E
Black with #BFE05E
Text Example
Text Example
White with #BFE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE05E; }
p { color: rgb(191,224,94); }
H1.HeaderClassName
{
color: #BFE05E;
}
.AnyTagClassName
{
color: #BFE05E;
}
</style>
background-color css
<style>
a { background-color: #BFE05E; }
a { background-color: rgb(191,224,94); }
div.DivClassName
{
background-color: #BFE05E;
}
.BgClassName
{
background-color: #BFE05E;
}
</style>
border-color css
<style>
span { border-color: #BFE05E; }
span { border-color: rgb(191,224,94); }
td.TdClassName
{
border-color: #BFE05E;
}
.TagClassName
{
border-color: #BFE05E;
}
</style>