Shades of Conifer #BFF45A
Tints of Conifer #BFF45A
RGB
CMYK
RGB Variations
Color information
#BFF45A (or 0xBFF45A) is known color: Conifer. HEX triplet: BF, F4 and 5A. RGB value is (191,244,90). Sum of RGB (Red+Green+Blue) = 191+244+90=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF45A is #400BA5. Grayscale: #D3D3D3. Windows color (decimal): -4197286 or 5960895. OLE color: 5960895.
HSL color Cylindrical-coordinate representation of color #BFF45A: hue angle of 80.65º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF45A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 80.65º | 0.88% | 0.65% | - |
| HSV(B) | 80.65º | 0.63% | 0.96% | - |
| XYZ | 55.68 | 76.52 | 21.51 | - |
| YUV | 210.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 90 | 0.22 | 0 | 0.63 | 0.04 | 80.65 | 0.88 | 0.65 |
| Hex | BF | F4 | 5A | 16 | 0 | 3F | 4 | 51 | 58 | 41 |
| Octal | 277 | 364 | 132 | 26 | 0 | 77 | 4 | 121 | 130 | 101 |
| Binary | 10111111 | 11110100 | 1011010 | 10110 | 0 | 111111 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BFF45A
Complementary color
Monochromatic Colors of #BFF45A
Black with #BFF45A
Text Example
Text Example
White with #BFF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF45A; }
p { color: rgb(191,244,90); }
H1.HeaderClassName
{
color: #BFF45A;
}
.AnyTagClassName
{
color: #BFF45A;
}
</style>
background-color css
<style>
a { background-color: #BFF45A; }
a { background-color: rgb(191,244,90); }
div.DivClassName
{
background-color: #BFF45A;
}
.BgClassName
{
background-color: #BFF45A;
}
</style>
border-color css
<style>
span { border-color: #BFF45A; }
span { border-color: rgb(191,244,90); }
td.TdClassName
{
border-color: #BFF45A;
}
.TagClassName
{
border-color: #BFF45A;
}
</style>