Shades of Conifer #BFEA4C
Tints of Conifer #BFEA4C
RGB
CMYK
RGB Variations
Color information
#BFEA4C (or 0xBFEA4C) is known color: Conifer. HEX triplet: BF, EA and 4C. RGB value is (191,234,76). Sum of RGB (Red+Green+Blue) = 191+234+76=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA4C is #4015B3. Grayscale: #CBCBCB. Windows color (decimal): -4199860 or 5040831. OLE color: 5040831.
HSL color Cylindrical-coordinate representation of color #BFEA4C: hue angle of 76.33º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFEA4C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 76 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.08 |
| HSL | 76.33º | 0.79% | 0.61% | - |
| HSV(B) | 76.33º | 0.68% | 0.92% | - |
| XYZ | 52.21 | 70.44 | 17.68 | - |
| YUV | 203.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 76 | 0.18 | 0 | 0.68 | 0.08 | 76.33 | 0.79 | 0.61 |
| Hex | BF | EA | 4C | 12 | 0 | 44 | 8 | 4C | 4F | 3D |
| Octal | 277 | 352 | 114 | 22 | 0 | 104 | 10 | 114 | 117 | 75 |
| Binary | 10111111 | 11101010 | 1001100 | 10010 | 0 | 1000100 | 1000 | 1001100 | 1001111 | 111101 |
Color Harmonies of #BFEA4C
Complementary color
Monochromatic Colors of #BFEA4C
Black with #BFEA4C
Text Example
Text Example
White with #BFEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA4C; }
p { color: rgb(191,234,76); }
H1.HeaderClassName
{
color: #BFEA4C;
}
.AnyTagClassName
{
color: #BFEA4C;
}
</style>
background-color css
<style>
a { background-color: #BFEA4C; }
a { background-color: rgb(191,234,76); }
div.DivClassName
{
background-color: #BFEA4C;
}
.BgClassName
{
background-color: #BFEA4C;
}
</style>
border-color css
<style>
span { border-color: #BFEA4C; }
span { border-color: rgb(191,234,76); }
td.TdClassName
{
border-color: #BFEA4C;
}
.TagClassName
{
border-color: #BFEA4C;
}
</style>