Shades of Conifer #BFEA63
Tints of Conifer #BFEA63
RGB
CMYK
RGB Variations
Color information
#BFEA63 (or 0xBFEA63) is known color: Conifer. HEX triplet: BF, EA and 63. RGB value is (191,234,99). Sum of RGB (Red+Green+Blue) = 191+234+99=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA63 is #40159C. Grayscale: #CECECE. Windows color (decimal): -4199837 or 6548159. OLE color: 6548159.
HSL color Cylindrical-coordinate representation of color #BFEA63: hue angle of 79.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFEA63 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 99 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.08 |
| HSL | 79.11º | 0.76% | 0.65% | - |
| HSV(B) | 79.11º | 0.58% | 0.92% | - |
| XYZ | 53.16 | 70.82 | 22.67 | - |
| YUV | 205.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 99 | 0.18 | 0 | 0.58 | 0.08 | 79.11 | 0.76 | 0.65 |
| Hex | BF | EA | 63 | 12 | 0 | 3A | 8 | 4F | 4C | 41 |
| Octal | 277 | 352 | 143 | 22 | 0 | 72 | 10 | 117 | 114 | 101 |
| Binary | 10111111 | 11101010 | 1100011 | 10010 | 0 | 111010 | 1000 | 1001111 | 1001100 | 1000001 |
Color Harmonies of #BFEA63
Complementary color
Monochromatic Colors of #BFEA63
Black with #BFEA63
Text Example
Text Example
White with #BFEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA63; }
p { color: rgb(191,234,99); }
H1.HeaderClassName
{
color: #BFEA63;
}
.AnyTagClassName
{
color: #BFEA63;
}
</style>
background-color css
<style>
a { background-color: #BFEA63; }
a { background-color: rgb(191,234,99); }
div.DivClassName
{
background-color: #BFEA63;
}
.BgClassName
{
background-color: #BFEA63;
}
</style>
border-color css
<style>
span { border-color: #BFEA63; }
span { border-color: rgb(191,234,99); }
td.TdClassName
{
border-color: #BFEA63;
}
.TagClassName
{
border-color: #BFEA63;
}
</style>