Shades of Conifer #BFED4C
Tints of Conifer #BFED4C
RGB
CMYK
RGB Variations
Color information
#BFED4C (or 0xBFED4C) is known color: Conifer. HEX triplet: BF, ED and 4C. RGB value is (191,237,76). Sum of RGB (Red+Green+Blue) = 191+237+76=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED4C is #4012B3. Grayscale: #CDCDCD. Windows color (decimal): -4199092 or 5041599. OLE color: 5041599.
HSL color Cylindrical-coordinate representation of color #BFED4C: hue angle of 77.14º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFED4C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 76 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.07 |
| HSL | 77.14º | 0.82% | 0.61% | - |
| HSV(B) | 77.14º | 0.68% | 0.93% | - |
| XYZ | 53.07 | 72.17 | 17.97 | - |
| YUV | 204.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 76 | 0.19 | 0 | 0.68 | 0.07 | 77.14 | 0.82 | 0.61 |
| Hex | BF | ED | 4C | 13 | 0 | 44 | 7 | 4D | 52 | 3D |
| Octal | 277 | 355 | 114 | 23 | 0 | 104 | 7 | 115 | 122 | 75 |
| Binary | 10111111 | 11101101 | 1001100 | 10011 | 0 | 1000100 | 111 | 1001101 | 1010010 | 111101 |
Color Harmonies of #BFED4C
Complementary color
Monochromatic Colors of #BFED4C
Black with #BFED4C
Text Example
Text Example
White with #BFED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED4C; }
p { color: rgb(191,237,76); }
H1.HeaderClassName
{
color: #BFED4C;
}
.AnyTagClassName
{
color: #BFED4C;
}
</style>
background-color css
<style>
a { background-color: #BFED4C; }
a { background-color: rgb(191,237,76); }
div.DivClassName
{
background-color: #BFED4C;
}
.BgClassName
{
background-color: #BFED4C;
}
</style>
border-color css
<style>
span { border-color: #BFED4C; }
span { border-color: rgb(191,237,76); }
td.TdClassName
{
border-color: #BFED4C;
}
.TagClassName
{
border-color: #BFED4C;
}
</style>