Shades of Conifer #BFF25E
Tints of Conifer #BFF25E
RGB
CMYK
RGB Variations
Color information
#BFF25E (or 0xBFF25E) is known color: Conifer. HEX triplet: BF, F2 and 5E. RGB value is (191,242,94). Sum of RGB (Red+Green+Blue) = 191+242+94=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF25E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF25E is #400DA1. Grayscale: #D2D2D2. Windows color (decimal): -4197794 or 6222527. OLE color: 6222527.
HSL color Cylindrical-coordinate representation of color #BFF25E: hue angle of 80.68º 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 #BFF25E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 94 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.68º | 0.85% | 0.66% | - |
| HSV(B) | 80.68º | 0.61% | 0.95% | - |
| XYZ | 55.26 | 75.39 | 22.23 | - |
| YUV | 209.88 | 62.6 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 94 | 0.21 | 0 | 0.61 | 0.05 | 80.68 | 0.85 | 0.66 |
| Hex | BF | F2 | 5E | 15 | 0 | 3D | 5 | 51 | 55 | 42 |
| Octal | 277 | 362 | 136 | 25 | 0 | 75 | 5 | 121 | 125 | 102 |
| Binary | 10111111 | 11110010 | 1011110 | 10101 | 0 | 111101 | 101 | 1010001 | 1010101 | 1000010 |
Color Harmonies of #BFF25E
Complementary color
Monochromatic Colors of #BFF25E
Black with #BFF25E
Text Example
Text Example
White with #BFF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF25E; }
p { color: rgb(191,242,94); }
H1.HeaderClassName
{
color: #BFF25E;
}
.AnyTagClassName
{
color: #BFF25E;
}
</style>
background-color css
<style>
a { background-color: #BFF25E; }
a { background-color: rgb(191,242,94); }
div.DivClassName
{
background-color: #BFF25E;
}
.BgClassName
{
background-color: #BFF25E;
}
</style>
border-color css
<style>
span { border-color: #BFF25E; }
span { border-color: rgb(191,242,94); }
td.TdClassName
{
border-color: #BFF25E;
}
.TagClassName
{
border-color: #BFF25E;
}
</style>