Shades of Conifer #BFE34B
Tints of Conifer #BFE34B
RGB
CMYK
RGB Variations
Color information
#BFE34B (or 0xBFE34B) is known color: Conifer. HEX triplet: BF, E3 and 4B. RGB value is (191,227,75). Sum of RGB (Red+Green+Blue) = 191+227+75=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE34B is #401CB4. Grayscale: #C7C7C7. Windows color (decimal): -4201653 or 4973503. OLE color: 4973503.
HSL color Cylindrical-coordinate representation of color #BFE34B: hue angle of 74.21º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE34B is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 75 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.11 |
| HSL | 74.21º | 0.73% | 0.59% | - |
| HSV(B) | 74.21º | 0.67% | 0.89% | - |
| XYZ | 50.22 | 66.52 | 16.85 | - |
| YUV | 198.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 75 | 0.16 | 0 | 0.67 | 0.11 | 74.21 | 0.73 | 0.59 |
| Hex | BF | E3 | 4B | 10 | 0 | 43 | B | 4A | 49 | 3B |
| Octal | 277 | 343 | 113 | 20 | 0 | 103 | 13 | 112 | 111 | 73 |
| Binary | 10111111 | 11100011 | 1001011 | 10000 | 0 | 1000011 | 1011 | 1001010 | 1001001 | 111011 |
Color Harmonies of #BFE34B
Complementary color
Monochromatic Colors of #BFE34B
Black with #BFE34B
Text Example
Text Example
White with #BFE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE34B; }
p { color: rgb(191,227,75); }
H1.HeaderClassName
{
color: #BFE34B;
}
.AnyTagClassName
{
color: #BFE34B;
}
</style>
background-color css
<style>
a { background-color: #BFE34B; }
a { background-color: rgb(191,227,75); }
div.DivClassName
{
background-color: #BFE34B;
}
.BgClassName
{
background-color: #BFE34B;
}
</style>
border-color css
<style>
span { border-color: #BFE34B; }
span { border-color: rgb(191,227,75); }
td.TdClassName
{
border-color: #BFE34B;
}
.TagClassName
{
border-color: #BFE34B;
}
</style>