Shades of Conifer #BFF25F
Tints of Conifer #BFF25F
RGB
CMYK
RGB Variations
Color information
#BFF25F (or 0xBFF25F) is known color: Conifer. HEX triplet: BF, F2 and 5F. RGB value is (191,242,95). Sum of RGB (Red+Green+Blue) = 191+242+95=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF25F is #400DA0. Grayscale: #D2D2D2. Windows color (decimal): -4197793 or 6288063. OLE color: 6288063.
HSL color Cylindrical-coordinate representation of color #BFF25F: hue angle of 80.82º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF25F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 95 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.82º | 0.85% | 0.66% | - |
| HSV(B) | 80.82º | 0.61% | 0.95% | - |
| XYZ | 55.3 | 75.41 | 22.47 | - |
| YUV | 209.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 95 | 0.21 | 0 | 0.61 | 0.05 | 80.82 | 0.85 | 0.66 |
| Hex | BF | F2 | 5F | 15 | 0 | 3D | 5 | 51 | 55 | 42 |
| Octal | 277 | 362 | 137 | 25 | 0 | 75 | 5 | 121 | 125 | 102 |
| Binary | 10111111 | 11110010 | 1011111 | 10101 | 0 | 111101 | 101 | 1010001 | 1010101 | 1000010 |
Color Harmonies of #BFF25F
Complementary color
Monochromatic Colors of #BFF25F
Black with #BFF25F
Text Example
Text Example
White with #BFF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF25F; }
p { color: rgb(191,242,95); }
H1.HeaderClassName
{
color: #BFF25F;
}
.AnyTagClassName
{
color: #BFF25F;
}
</style>
background-color css
<style>
a { background-color: #BFF25F; }
a { background-color: rgb(191,242,95); }
div.DivClassName
{
background-color: #BFF25F;
}
.BgClassName
{
background-color: #BFF25F;
}
</style>
border-color css
<style>
span { border-color: #BFF25F; }
span { border-color: rgb(191,242,95); }
td.TdClassName
{
border-color: #BFF25F;
}
.TagClassName
{
border-color: #BFF25F;
}
</style>