Shades of Conifer #BFE34C
Tints of Conifer #BFE34C
RGB
CMYK
RGB Variations
Color information
#BFE34C (or 0xBFE34C) is known color: Conifer. HEX triplet: BF, E3 and 4C. RGB value is (191,227,76). Sum of RGB (Red+Green+Blue) = 191+227+76=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE34C is #401CB3. Grayscale: #C7C7C7. Windows color (decimal): -4201652 or 5039039. OLE color: 5039039.
HSL color Cylindrical-coordinate representation of color #BFE34C: hue angle of 74.3º 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 #BFE34C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 76 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.11 |
| HSL | 74.3º | 0.73% | 0.59% | - |
| HSV(B) | 74.3º | 0.67% | 0.89% | - |
| XYZ | 50.26 | 66.54 | 17.03 | - |
| YUV | 199.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 76 | 0.16 | 0 | 0.67 | 0.11 | 74.3 | 0.73 | 0.59 |
| Hex | BF | E3 | 4C | 10 | 0 | 43 | B | 4A | 49 | 3B |
| Octal | 277 | 343 | 114 | 20 | 0 | 103 | 13 | 112 | 111 | 73 |
| Binary | 10111111 | 11100011 | 1001100 | 10000 | 0 | 1000011 | 1011 | 1001010 | 1001001 | 111011 |
Color Harmonies of #BFE34C
Complementary color
Monochromatic Colors of #BFE34C
Black with #BFE34C
Text Example
Text Example
White with #BFE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE34C; }
p { color: rgb(191,227,76); }
H1.HeaderClassName
{
color: #BFE34C;
}
.AnyTagClassName
{
color: #BFE34C;
}
</style>
background-color css
<style>
a { background-color: #BFE34C; }
a { background-color: rgb(191,227,76); }
div.DivClassName
{
background-color: #BFE34C;
}
.BgClassName
{
background-color: #BFE34C;
}
</style>
border-color css
<style>
span { border-color: #BFE34C; }
span { border-color: rgb(191,227,76); }
td.TdClassName
{
border-color: #BFE34C;
}
.TagClassName
{
border-color: #BFE34C;
}
</style>