Shades of Conifer #BFE85A
Tints of Conifer #BFE85A
RGB
CMYK
RGB Variations
Color information
#BFE85A (or 0xBFE85A) is known color: Conifer. HEX triplet: BF, E8 and 5A. RGB value is (191,232,90). Sum of RGB (Red+Green+Blue) = 191+232+90=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85A is #4017A5. Grayscale: #CCCCCC. Windows color (decimal): -4200358 or 5957823. OLE color: 5957823.
HSL color Cylindrical-coordinate representation of color #BFE85A: hue angle of 77.32º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE85A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 90 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.09 |
| HSL | 77.32º | 0.76% | 0.63% | - |
| HSV(B) | 77.32º | 0.61% | 0.91% | - |
| XYZ | 52.19 | 69.53 | 20.34 | - |
| YUV | 203.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 90 | 0.18 | 0 | 0.61 | 0.09 | 77.32 | 0.76 | 0.63 |
| Hex | BF | E8 | 5A | 12 | 0 | 3D | 9 | 4D | 4C | 3F |
| Octal | 277 | 350 | 132 | 22 | 0 | 75 | 11 | 115 | 114 | 77 |
| Binary | 10111111 | 11101000 | 1011010 | 10010 | 0 | 111101 | 1001 | 1001101 | 1001100 | 111111 |
Color Harmonies of #BFE85A
Complementary color
Monochromatic Colors of #BFE85A
Black with #BFE85A
Text Example
Text Example
White with #BFE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE85A; }
p { color: rgb(191,232,90); }
H1.HeaderClassName
{
color: #BFE85A;
}
.AnyTagClassName
{
color: #BFE85A;
}
</style>
background-color css
<style>
a { background-color: #BFE85A; }
a { background-color: rgb(191,232,90); }
div.DivClassName
{
background-color: #BFE85A;
}
.BgClassName
{
background-color: #BFE85A;
}
</style>
border-color css
<style>
span { border-color: #BFE85A; }
span { border-color: rgb(191,232,90); }
td.TdClassName
{
border-color: #BFE85A;
}
.TagClassName
{
border-color: #BFE85A;
}
</style>