Shades of Conifer #BFFF5C
Tints of Conifer #BFFF5C
RGB
CMYK
RGB Variations
Color information
#BFFF5C (or 0xBFFF5C) is known color: Conifer. HEX triplet: BF, FF and 5C. RGB value is (191,255,92). Sum of RGB (Red+Green+Blue) = 191+255+92=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF5C is #4000A3. Grayscale: #D9D9D9. Windows color (decimal): -4194468 or 6094783. OLE color: 6094783.
HSL color Cylindrical-coordinate representation of color #BFFF5C: hue angle of 83.56º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFF5C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 92 | - |
| CMYK | 0.25 | 0 | 0.64 | 0 |
| HSL | 83.56º | 1% | 0.68% | - |
| HSV(B) | 83.56º | 0.64% | 1% | - |
| XYZ | 59.18 | 83.37 | 23.1 | - |
| YUV | 217.28 | 57.3 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 92 | 0.25 | 0 | 0.64 | 0 | 83.56 | 1 | 0.68 |
| Hex | BF | FF | 5C | 19 | 0 | 40 | 0 | 54 | 64 | 44 |
| Octal | 277 | 377 | 134 | 31 | 0 | 100 | 0 | 124 | 144 | 104 |
| Binary | 10111111 | 11111111 | 1011100 | 11001 | 0 | 1000000 | 0 | 1010100 | 1100100 | 1000100 |
Color Harmonies of #BFFF5C
Complementary color
Monochromatic Colors of #BFFF5C
Black with #BFFF5C
Text Example
Text Example
White with #BFFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF5C; }
p { color: rgb(191,255,92); }
H1.HeaderClassName
{
color: #BFFF5C;
}
.AnyTagClassName
{
color: #BFFF5C;
}
</style>
background-color css
<style>
a { background-color: #BFFF5C; }
a { background-color: rgb(191,255,92); }
div.DivClassName
{
background-color: #BFFF5C;
}
.BgClassName
{
background-color: #BFFF5C;
}
</style>
border-color css
<style>
span { border-color: #BFFF5C; }
span { border-color: rgb(191,255,92); }
td.TdClassName
{
border-color: #BFFF5C;
}
.TagClassName
{
border-color: #BFFF5C;
}
</style>