Shades of Conifer #BFE24D
Tints of Conifer #BFE24D
RGB
CMYK
RGB Variations
Color information
#BFE24D (or 0xBFE24D) is known color: Conifer. HEX triplet: BF, E2 and 4D. RGB value is (191,226,77). Sum of RGB (Red+Green+Blue) = 191+226+77=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE24D is #401DB2. Grayscale: #C7C7C7. Windows color (decimal): -4201907 or 5104319. OLE color: 5104319.
HSL color Cylindrical-coordinate representation of color #BFE24D: hue angle of 74.09º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFE24D is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 77 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.11 |
| HSL | 74.09º | 0.72% | 0.59% | - |
| HSV(B) | 74.09º | 0.66% | 0.89% | - |
| XYZ | 50.02 | 66 | 17.12 | - |
| YUV | 198.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 77 | 0.15 | 0 | 0.66 | 0.11 | 74.09 | 0.72 | 0.59 |
| Hex | BF | E2 | 4D | F | 0 | 42 | B | 4A | 48 | 3B |
| Octal | 277 | 342 | 115 | 17 | 0 | 102 | 13 | 112 | 110 | 73 |
| Binary | 10111111 | 11100010 | 1001101 | 1111 | 0 | 1000010 | 1011 | 1001010 | 1001000 | 111011 |
Color Harmonies of #BFE24D
Complementary color
Monochromatic Colors of #BFE24D
Black with #BFE24D
Text Example
Text Example
White with #BFE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE24D; }
p { color: rgb(191,226,77); }
H1.HeaderClassName
{
color: #BFE24D;
}
.AnyTagClassName
{
color: #BFE24D;
}
</style>
background-color css
<style>
a { background-color: #BFE24D; }
a { background-color: rgb(191,226,77); }
div.DivClassName
{
background-color: #BFE24D;
}
.BgClassName
{
background-color: #BFE24D;
}
</style>
border-color css
<style>
span { border-color: #BFE24D; }
span { border-color: rgb(191,226,77); }
td.TdClassName
{
border-color: #BFE24D;
}
.TagClassName
{
border-color: #BFE24D;
}
</style>