Shades of Conifer #BFF64B
Tints of Conifer #BFF64B
RGB
CMYK
RGB Variations
Color information
#BFF64B (or 0xBFF64B) is known color: Conifer. HEX triplet: BF, F6 and 4B. RGB value is (191,246,75). Sum of RGB (Red+Green+Blue) = 191+246+75=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF64B is #4009B4. Grayscale: #D2D2D2. Windows color (decimal): -4196789 or 4978367. OLE color: 4978367.
HSL color Cylindrical-coordinate representation of color #BFF64B: hue angle of 79.3º 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 #BFF64B is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 75 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.04 |
| HSL | 79.3º | 0.9% | 0.63% | - |
| HSV(B) | 79.3º | 0.7% | 0.96% | - |
| XYZ | 55.71 | 77.5 | 18.68 | - |
| YUV | 210.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 75 | 0.22 | 0 | 0.70 | 0.04 | 79.3 | 0.9 | 0.63 |
| Hex | BF | F6 | 4B | 16 | 0 | 46 | 4 | 4F | 5A | 3F |
| Octal | 277 | 366 | 113 | 26 | 0 | 106 | 4 | 117 | 132 | 77 |
| Binary | 10111111 | 11110110 | 1001011 | 10110 | 0 | 1000110 | 100 | 1001111 | 1011010 | 111111 |
Color Harmonies of #BFF64B
Complementary color
Monochromatic Colors of #BFF64B
Black with #BFF64B
Text Example
Text Example
White with #BFF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF64B; }
p { color: rgb(191,246,75); }
H1.HeaderClassName
{
color: #BFF64B;
}
.AnyTagClassName
{
color: #BFF64B;
}
</style>
background-color css
<style>
a { background-color: #BFF64B; }
a { background-color: rgb(191,246,75); }
div.DivClassName
{
background-color: #BFF64B;
}
.BgClassName
{
background-color: #BFF64B;
}
</style>
border-color css
<style>
span { border-color: #BFF64B; }
span { border-color: rgb(191,246,75); }
td.TdClassName
{
border-color: #BFF64B;
}
.TagClassName
{
border-color: #BFF64B;
}
</style>