Shades of Conifer #BFE54A
Tints of Conifer #BFE54A
RGB
CMYK
RGB Variations
Color information
#BFE54A (or 0xBFE54A) is known color: Conifer. HEX triplet: BF, E5 and 4A. RGB value is (191,229,74). Sum of RGB (Red+Green+Blue) = 191+229+74=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE54A is #401AB5. Grayscale: #C8C8C8. Windows color (decimal): -4201142 or 4908479. OLE color: 4908479.
HSL color Cylindrical-coordinate representation of color #BFE54A: hue angle of 74.71º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFE54A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 74 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.10 |
| HSL | 74.71º | 0.75% | 0.59% | - |
| HSV(B) | 74.71º | 0.68% | 0.9% | - |
| XYZ | 50.74 | 67.61 | 16.85 | - |
| YUV | 199.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 74 | 0.17 | 0 | 0.68 | 0.10 | 74.71 | 0.75 | 0.59 |
| Hex | BF | E5 | 4A | 11 | 0 | 44 | A | 4B | 4B | 3B |
| Octal | 277 | 345 | 112 | 21 | 0 | 104 | 12 | 113 | 113 | 73 |
| Binary | 10111111 | 11100101 | 1001010 | 10001 | 0 | 1000100 | 1010 | 1001011 | 1001011 | 111011 |
Color Harmonies of #BFE54A
Complementary color
Monochromatic Colors of #BFE54A
Black with #BFE54A
Text Example
Text Example
White with #BFE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE54A; }
p { color: rgb(191,229,74); }
H1.HeaderClassName
{
color: #BFE54A;
}
.AnyTagClassName
{
color: #BFE54A;
}
</style>
background-color css
<style>
a { background-color: #BFE54A; }
a { background-color: rgb(191,229,74); }
div.DivClassName
{
background-color: #BFE54A;
}
.BgClassName
{
background-color: #BFE54A;
}
</style>
border-color css
<style>
span { border-color: #BFE54A; }
span { border-color: rgb(191,229,74); }
td.TdClassName
{
border-color: #BFE54A;
}
.TagClassName
{
border-color: #BFE54A;
}
</style>