Shades of Conifer #BFED4E
Tints of Conifer #BFED4E
RGB
CMYK
RGB Variations
Color information
#BFED4E (or 0xBFED4E) is known color: Conifer. HEX triplet: BF, ED and 4E. RGB value is (191,237,78). Sum of RGB (Red+Green+Blue) = 191+237+78=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED4E is #4012B1. Grayscale: #CDCDCD. Windows color (decimal): -4199090 or 5172671. OLE color: 5172671.
HSL color Cylindrical-coordinate representation of color #BFED4E: hue angle of 77.36º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFED4E is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 78 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.07 |
| HSL | 77.36º | 0.82% | 0.62% | - |
| HSV(B) | 77.36º | 0.67% | 0.93% | - |
| XYZ | 53.15 | 72.19 | 18.34 | - |
| YUV | 205.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 78 | 0.19 | 0 | 0.67 | 0.07 | 77.36 | 0.82 | 0.62 |
| Hex | BF | ED | 4E | 13 | 0 | 43 | 7 | 4D | 52 | 3E |
| Octal | 277 | 355 | 116 | 23 | 0 | 103 | 7 | 115 | 122 | 76 |
| Binary | 10111111 | 11101101 | 1001110 | 10011 | 0 | 1000011 | 111 | 1001101 | 1010010 | 111110 |
Color Harmonies of #BFED4E
Complementary color
Monochromatic Colors of #BFED4E
Black with #BFED4E
Text Example
Text Example
White with #BFED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED4E; }
p { color: rgb(191,237,78); }
H1.HeaderClassName
{
color: #BFED4E;
}
.AnyTagClassName
{
color: #BFED4E;
}
</style>
background-color css
<style>
a { background-color: #BFED4E; }
a { background-color: rgb(191,237,78); }
div.DivClassName
{
background-color: #BFED4E;
}
.BgClassName
{
background-color: #BFED4E;
}
</style>
border-color css
<style>
span { border-color: #BFED4E; }
span { border-color: rgb(191,237,78); }
td.TdClassName
{
border-color: #BFED4E;
}
.TagClassName
{
border-color: #BFED4E;
}
</style>