Shades of Conifer #BFF54C
Tints of Conifer #BFF54C
RGB
CMYK
RGB Variations
Color information
#BFF54C (or 0xBFF54C) is known color: Conifer. HEX triplet: BF, F5 and 4C. RGB value is (191,245,76). Sum of RGB (Red+Green+Blue) = 191+245+76=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF54C is #400AB3. Grayscale: #D2D2D2. Windows color (decimal): -4197044 or 5043647. OLE color: 5043647.
HSL color Cylindrical-coordinate representation of color #BFF54C: hue angle of 79.17º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF54C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.04 |
| HSL | 79.17º | 0.89% | 0.63% | - |
| HSV(B) | 79.17º | 0.69% | 0.96% | - |
| XYZ | 55.44 | 76.9 | 18.76 | - |
| YUV | 209.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 76 | 0.22 | 0 | 0.69 | 0.04 | 79.17 | 0.89 | 0.63 |
| Hex | BF | F5 | 4C | 16 | 0 | 45 | 4 | 4F | 59 | 3F |
| Octal | 277 | 365 | 114 | 26 | 0 | 105 | 4 | 117 | 131 | 77 |
| Binary | 10111111 | 11110101 | 1001100 | 10110 | 0 | 1000101 | 100 | 1001111 | 1011001 | 111111 |
Color Harmonies of #BFF54C
Complementary color
Monochromatic Colors of #BFF54C
Black with #BFF54C
Text Example
Text Example
White with #BFF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF54C; }
p { color: rgb(191,245,76); }
H1.HeaderClassName
{
color: #BFF54C;
}
.AnyTagClassName
{
color: #BFF54C;
}
</style>
background-color css
<style>
a { background-color: #BFF54C; }
a { background-color: rgb(191,245,76); }
div.DivClassName
{
background-color: #BFF54C;
}
.BgClassName
{
background-color: #BFF54C;
}
</style>
border-color css
<style>
span { border-color: #BFF54C; }
span { border-color: rgb(191,245,76); }
td.TdClassName
{
border-color: #BFF54C;
}
.TagClassName
{
border-color: #BFF54C;
}
</style>