Shades of Conifer #BFFC5A
Tints of Conifer #BFFC5A
RGB
CMYK
RGB Variations
Color information
#BFFC5A (or 0xBFFC5A) is known color: Conifer. HEX triplet: BF, FC and 5A. RGB value is (191,252,90). Sum of RGB (Red+Green+Blue) = 191+252+90=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC5A is #4003A5. Grayscale: #D7D7D7. Windows color (decimal): -4195238 or 5962943. OLE color: 5962943.
HSL color Cylindrical-coordinate representation of color #BFFC5A: hue angle of 82.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFFC5A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 90 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.01 |
| HSL | 82.59º | 0.96% | 0.67% | - |
| HSV(B) | 82.59º | 0.64% | 0.99% | - |
| XYZ | 58.14 | 81.44 | 22.33 | - |
| YUV | 215.29 | 57.29 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 90 | 0.24 | 0 | 0.64 | 0.01 | 82.59 | 0.96 | 0.67 |
| Hex | BF | FC | 5A | 18 | 0 | 40 | 1 | 53 | 60 | 43 |
| Octal | 277 | 374 | 132 | 30 | 0 | 100 | 1 | 123 | 140 | 103 |
| Binary | 10111111 | 11111100 | 1011010 | 11000 | 0 | 1000000 | 1 | 1010011 | 1100000 | 1000011 |
Color Harmonies of #BFFC5A
Complementary color
Monochromatic Colors of #BFFC5A
Black with #BFFC5A
Text Example
Text Example
White with #BFFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC5A; }
p { color: rgb(191,252,90); }
H1.HeaderClassName
{
color: #BFFC5A;
}
.AnyTagClassName
{
color: #BFFC5A;
}
</style>
background-color css
<style>
a { background-color: #BFFC5A; }
a { background-color: rgb(191,252,90); }
div.DivClassName
{
background-color: #BFFC5A;
}
.BgClassName
{
background-color: #BFFC5A;
}
</style>
border-color css
<style>
span { border-color: #BFFC5A; }
span { border-color: rgb(191,252,90); }
td.TdClassName
{
border-color: #BFFC5A;
}
.TagClassName
{
border-color: #BFFC5A;
}
</style>