Shades of Conifer #BFF54A
Tints of Conifer #BFF54A
RGB
CMYK
RGB Variations
Color information
#BFF54A (or 0xBFF54A) is known color: Conifer. HEX triplet: BF, F5 and 4A. RGB value is (191,245,74). Sum of RGB (Red+Green+Blue) = 191+245+74=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF54A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF54A is #400AB5. Grayscale: #D1D1D1. Windows color (decimal): -4197046 or 4912575. OLE color: 4912575.
HSL color Cylindrical-coordinate representation of color #BFF54A: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFF54A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.04 |
| HSL | 78.95º | 0.9% | 0.63% | - |
| HSV(B) | 78.95º | 0.7% | 0.96% | - |
| XYZ | 55.37 | 76.88 | 18.4 | - |
| YUV | 209.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 74 | 0.22 | 0 | 0.70 | 0.04 | 78.95 | 0.9 | 0.63 |
| Hex | BF | F5 | 4A | 16 | 0 | 46 | 4 | 4F | 5A | 3F |
| Octal | 277 | 365 | 112 | 26 | 0 | 106 | 4 | 117 | 132 | 77 |
| Binary | 10111111 | 11110101 | 1001010 | 10110 | 0 | 1000110 | 100 | 1001111 | 1011010 | 111111 |
Color Harmonies of #BFF54A
Complementary color
Monochromatic Colors of #BFF54A
Black with #BFF54A
Text Example
Text Example
White with #BFF54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF54A; }
p { color: rgb(191,245,74); }
H1.HeaderClassName
{
color: #BFF54A;
}
.AnyTagClassName
{
color: #BFF54A;
}
</style>
background-color css
<style>
a { background-color: #BFF54A; }
a { background-color: rgb(191,245,74); }
div.DivClassName
{
background-color: #BFF54A;
}
.BgClassName
{
background-color: #BFF54A;
}
</style>
border-color css
<style>
span { border-color: #BFF54A; }
span { border-color: rgb(191,245,74); }
td.TdClassName
{
border-color: #BFF54A;
}
.TagClassName
{
border-color: #BFF54A;
}
</style>