Shades of Conifer #BFF25B
Tints of Conifer #BFF25B
RGB
CMYK
RGB Variations
Color information
#BFF25B (or 0xBFF25B) is known color: Conifer. HEX triplet: BF, F2 and 5B. RGB value is (191,242,91). Sum of RGB (Red+Green+Blue) = 191+242+91=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF25B is #400DA4. Grayscale: #D2D2D2. Windows color (decimal): -4197797 or 6025919. OLE color: 6025919.
HSL color Cylindrical-coordinate representation of color #BFF25B: hue angle of 80.26º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF25B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 91 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.05 |
| HSL | 80.26º | 0.85% | 0.65% | - |
| HSV(B) | 80.26º | 0.62% | 0.95% | - |
| XYZ | 55.13 | 75.34 | 21.53 | - |
| YUV | 209.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 91 | 0.21 | 0 | 0.62 | 0.05 | 80.26 | 0.85 | 0.65 |
| Hex | BF | F2 | 5B | 15 | 0 | 3E | 5 | 50 | 55 | 41 |
| Octal | 277 | 362 | 133 | 25 | 0 | 76 | 5 | 120 | 125 | 101 |
| Binary | 10111111 | 11110010 | 1011011 | 10101 | 0 | 111110 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #BFF25B
Complementary color
Monochromatic Colors of #BFF25B
Black with #BFF25B
Text Example
Text Example
White with #BFF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF25B; }
p { color: rgb(191,242,91); }
H1.HeaderClassName
{
color: #BFF25B;
}
.AnyTagClassName
{
color: #BFF25B;
}
</style>
background-color css
<style>
a { background-color: #BFF25B; }
a { background-color: rgb(191,242,91); }
div.DivClassName
{
background-color: #BFF25B;
}
.BgClassName
{
background-color: #BFF25B;
}
</style>
border-color css
<style>
span { border-color: #BFF25B; }
span { border-color: rgb(191,242,91); }
td.TdClassName
{
border-color: #BFF25B;
}
.TagClassName
{
border-color: #BFF25B;
}
</style>