Shades of Conifer #BFFA5C
Tints of Conifer #BFFA5C
RGB
CMYK
RGB Variations
Color information
#BFFA5C (or 0xBFFA5C) is known color: Conifer. HEX triplet: BF, FA and 5C. RGB value is (191,250,92). Sum of RGB (Red+Green+Blue) = 191+250+92=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA5C is #4005A3. Grayscale: #D6D6D6. Windows color (decimal): -4195748 or 6093503. OLE color: 6093503.
HSL color Cylindrical-coordinate representation of color #BFFA5C: hue angle of 82.41º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFFA5C is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 92 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.02 |
| HSL | 82.41º | 0.94% | 0.67% | - |
| HSV(B) | 82.41º | 0.63% | 0.98% | - |
| XYZ | 57.6 | 80.22 | 22.57 | - |
| YUV | 214.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 92 | 0.24 | 0 | 0.63 | 0.02 | 82.41 | 0.94 | 0.67 |
| Hex | BF | FA | 5C | 18 | 0 | 3F | 2 | 52 | 5E | 43 |
| Octal | 277 | 372 | 134 | 30 | 0 | 77 | 2 | 122 | 136 | 103 |
| Binary | 10111111 | 11111010 | 1011100 | 11000 | 0 | 111111 | 10 | 1010010 | 1011110 | 1000011 |
Color Harmonies of #BFFA5C
Complementary color
Monochromatic Colors of #BFFA5C
Black with #BFFA5C
Text Example
Text Example
White with #BFFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA5C; }
p { color: rgb(191,250,92); }
H1.HeaderClassName
{
color: #BFFA5C;
}
.AnyTagClassName
{
color: #BFFA5C;
}
</style>
background-color css
<style>
a { background-color: #BFFA5C; }
a { background-color: rgb(191,250,92); }
div.DivClassName
{
background-color: #BFFA5C;
}
.BgClassName
{
background-color: #BFFA5C;
}
</style>
border-color css
<style>
span { border-color: #BFFA5C; }
span { border-color: rgb(191,250,92); }
td.TdClassName
{
border-color: #BFFA5C;
}
.TagClassName
{
border-color: #BFFA5C;
}
</style>