Shades of Conifer #BFE94A
Tints of Conifer #BFE94A
RGB
CMYK
RGB Variations
Color information
#BFE94A (or 0xBFE94A) is known color: Conifer. HEX triplet: BF, E9 and 4A. RGB value is (191,233,74). Sum of RGB (Red+Green+Blue) = 191+233+74=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE94A is #4016B5. Grayscale: #CACACA. Windows color (decimal): -4200118 or 4909503. OLE color: 4909503.
HSL color Cylindrical-coordinate representation of color #BFE94A: hue angle of 75.85º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE94A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.09 |
| HSL | 75.85º | 0.78% | 0.6% | - |
| HSV(B) | 75.85º | 0.68% | 0.91% | - |
| XYZ | 51.86 | 69.85 | 17.23 | - |
| YUV | 202.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 74 | 0.18 | 0 | 0.68 | 0.09 | 75.85 | 0.78 | 0.6 |
| Hex | BF | E9 | 4A | 12 | 0 | 44 | 9 | 4C | 4E | 3C |
| Octal | 277 | 351 | 112 | 22 | 0 | 104 | 11 | 114 | 116 | 74 |
| Binary | 10111111 | 11101001 | 1001010 | 10010 | 0 | 1000100 | 1001 | 1001100 | 1001110 | 111100 |
Color Harmonies of #BFE94A
Complementary color
Monochromatic Colors of #BFE94A
Black with #BFE94A
Text Example
Text Example
White with #BFE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE94A; }
p { color: rgb(191,233,74); }
H1.HeaderClassName
{
color: #BFE94A;
}
.AnyTagClassName
{
color: #BFE94A;
}
</style>
background-color css
<style>
a { background-color: #BFE94A; }
a { background-color: rgb(191,233,74); }
div.DivClassName
{
background-color: #BFE94A;
}
.BgClassName
{
background-color: #BFE94A;
}
</style>
border-color css
<style>
span { border-color: #BFE94A; }
span { border-color: rgb(191,233,74); }
td.TdClassName
{
border-color: #BFE94A;
}
.TagClassName
{
border-color: #BFE94A;
}
</style>