Shades of Conifer #BFED5C
Tints of Conifer #BFED5C
RGB
CMYK
RGB Variations
Color information
#BFED5C (or 0xBFED5C) is known color: Conifer. HEX triplet: BF, ED and 5C. RGB value is (191,237,92). Sum of RGB (Red+Green+Blue) = 191+237+92=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED5C is #4012A3. Grayscale: #CFCFCF. Windows color (decimal): -4199076 or 6090175. OLE color: 6090175.
HSL color Cylindrical-coordinate representation of color #BFED5C: hue angle of 79.03º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFED5C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 92 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 79.03º | 0.8% | 0.65% | - |
| HSV(B) | 79.03º | 0.61% | 0.93% | - |
| XYZ | 53.7 | 72.42 | 21.27 | - |
| YUV | 206.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 92 | 0.19 | 0 | 0.61 | 0.07 | 79.03 | 0.8 | 0.65 |
| Hex | BF | ED | 5C | 13 | 0 | 3D | 7 | 4F | 50 | 41 |
| Octal | 277 | 355 | 134 | 23 | 0 | 75 | 7 | 117 | 120 | 101 |
| Binary | 10111111 | 11101101 | 1011100 | 10011 | 0 | 111101 | 111 | 1001111 | 1010000 | 1000001 |
Color Harmonies of #BFED5C
Complementary color
Monochromatic Colors of #BFED5C
Black with #BFED5C
Text Example
Text Example
White with #BFED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED5C; }
p { color: rgb(191,237,92); }
H1.HeaderClassName
{
color: #BFED5C;
}
.AnyTagClassName
{
color: #BFED5C;
}
</style>
background-color css
<style>
a { background-color: #BFED5C; }
a { background-color: rgb(191,237,92); }
div.DivClassName
{
background-color: #BFED5C;
}
.BgClassName
{
background-color: #BFED5C;
}
</style>
border-color css
<style>
span { border-color: #BFED5C; }
span { border-color: rgb(191,237,92); }
td.TdClassName
{
border-color: #BFED5C;
}
.TagClassName
{
border-color: #BFED5C;
}
</style>