Shades of Conifer #BFE24A
Tints of Conifer #BFE24A
RGB
CMYK
RGB Variations
Color information
#BFE24A (or 0xBFE24A) is known color: Conifer. HEX triplet: BF, E2 and 4A. RGB value is (191,226,74). Sum of RGB (Red+Green+Blue) = 191+226+74=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE24A is #401DB5. Grayscale: #C6C6C6. Windows color (decimal): -4201910 or 4907711. OLE color: 4907711.
HSL color Cylindrical-coordinate representation of color #BFE24A: hue angle of 73.82º degrees, saturation: 0.72, 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 #BFE24A is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 74 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.11 |
| HSL | 73.82º | 0.72% | 0.59% | - |
| HSV(B) | 73.82º | 0.67% | 0.89% | - |
| XYZ | 49.92 | 65.96 | 16.58 | - |
| YUV | 198.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 74 | 0.15 | 0 | 0.67 | 0.11 | 73.82 | 0.72 | 0.59 |
| Hex | BF | E2 | 4A | F | 0 | 43 | B | 4A | 48 | 3B |
| Octal | 277 | 342 | 112 | 17 | 0 | 103 | 13 | 112 | 110 | 73 |
| Binary | 10111111 | 11100010 | 1001010 | 1111 | 0 | 1000011 | 1011 | 1001010 | 1001000 | 111011 |
Color Harmonies of #BFE24A
Complementary color
Monochromatic Colors of #BFE24A
Black with #BFE24A
Text Example
Text Example
White with #BFE24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE24A; }
p { color: rgb(191,226,74); }
H1.HeaderClassName
{
color: #BFE24A;
}
.AnyTagClassName
{
color: #BFE24A;
}
</style>
background-color css
<style>
a { background-color: #BFE24A; }
a { background-color: rgb(191,226,74); }
div.DivClassName
{
background-color: #BFE24A;
}
.BgClassName
{
background-color: #BFE24A;
}
</style>
border-color css
<style>
span { border-color: #BFE24A; }
span { border-color: rgb(191,226,74); }
td.TdClassName
{
border-color: #BFE24A;
}
.TagClassName
{
border-color: #BFE24A;
}
</style>