Shades of Conifer #BFFE5E
Tints of Conifer #BFFE5E
RGB
CMYK
RGB Variations
Color information
#BFFE5E (or 0xBFFE5E) is known color: Conifer. HEX triplet: BF, FE and 5E. RGB value is (191,254,94). Sum of RGB (Red+Green+Blue) = 191+254+94=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE5E is #4001A1. Grayscale: #D9D9D9. Windows color (decimal): -4194722 or 6225599. OLE color: 6225599.
HSL color Cylindrical-coordinate representation of color #BFFE5E: hue angle of 83.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFFE5E is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 191 | 254 | 94 | - |
CMYK | 0.25 | 0 | 0.63 | 0.00 |
HSL | 83.63º | 0.99% | 0.68% | - |
HSV(B) | 83.63º | 0.63% | 1% | - |
XYZ | 58.95 | 82.77 | 23.46 | - |
YUV | 216.92 | 58.63 | 109.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 254 | 94 | 0.25 | 0 | 0.63 | 0.00 | 83.63 | 0.99 | 0.68 |
Hex | BF | FE | 5E | 19 | 0 | 3F | 0 | 54 | 63 | 44 |
Octal | 277 | 376 | 136 | 31 | 0 | 77 | 0 | 124 | 143 | 104 |
Binary | 10111111 | 11111110 | 1011110 | 11001 | 0 | 111111 | 0 | 1010100 | 1100011 | 1000100 |
Color Harmonies of #BFFE5E
Complementary color
Monochromatic Colors of #BFFE5E
Black with #BFFE5E
Text Example
Text Example
White with #BFFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE5E; }
p { color: rgb(191,254,94); }
H1.HeaderClassName
{
color: #BFFE5E;
}
.AnyTagClassName
{
color: #BFFE5E;
}
</style>
background-color css
<style>
a { background-color: #BFFE5E; }
a { background-color: rgb(191,254,94); }
div.DivClassName
{
background-color: #BFFE5E;
}
.BgClassName
{
background-color: #BFFE5E;
}
</style>
border-color css
<style>
span { border-color: #BFFE5E; }
span { border-color: rgb(191,254,94); }
td.TdClassName
{
border-color: #BFFE5E;
}
.TagClassName
{
border-color: #BFFE5E;
}
</style>