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