Shades of Conifer #BFE64C
Tints of Conifer #BFE64C
RGB
CMYK
RGB Variations
Color information
#BFE64C (or 0xBFE64C) is known color: Conifer. HEX triplet: BF, E6 and 4C. RGB value is (191,230,76). Sum of RGB (Red+Green+Blue) = 191+230+76=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE64C is #4019B3. Grayscale: #C9C9C9. Windows color (decimal): -4200884 or 5039807. OLE color: 5039807.
HSL color Cylindrical-coordinate representation of color #BFE64C: hue angle of 75.19º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFE64C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 76 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.10 |
| HSL | 75.19º | 0.75% | 0.6% | - |
| HSV(B) | 75.19º | 0.67% | 0.9% | - |
| XYZ | 51.09 | 68.19 | 17.31 | - |
| YUV | 200.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 76 | 0.17 | 0 | 0.67 | 0.10 | 75.19 | 0.75 | 0.6 |
| Hex | BF | E6 | 4C | 11 | 0 | 43 | A | 4B | 4B | 3C |
| Octal | 277 | 346 | 114 | 21 | 0 | 103 | 12 | 113 | 113 | 74 |
| Binary | 10111111 | 11100110 | 1001100 | 10001 | 0 | 1000011 | 1010 | 1001011 | 1001011 | 111100 |
Color Harmonies of #BFE64C
Complementary color
Monochromatic Colors of #BFE64C
Black with #BFE64C
Text Example
Text Example
White with #BFE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE64C; }
p { color: rgb(191,230,76); }
H1.HeaderClassName
{
color: #BFE64C;
}
.AnyTagClassName
{
color: #BFE64C;
}
</style>
background-color css
<style>
a { background-color: #BFE64C; }
a { background-color: rgb(191,230,76); }
div.DivClassName
{
background-color: #BFE64C;
}
.BgClassName
{
background-color: #BFE64C;
}
</style>
border-color css
<style>
span { border-color: #BFE64C; }
span { border-color: rgb(191,230,76); }
td.TdClassName
{
border-color: #BFE64C;
}
.TagClassName
{
border-color: #BFE64C;
}
</style>