Shades of Conifer #BFF35E
Tints of Conifer #BFF35E
RGB
CMYK
RGB Variations
Color information
#BFF35E (or 0xBFF35E) is known color: Conifer. HEX triplet: BF, F3 and 5E. RGB value is (191,243,94). Sum of RGB (Red+Green+Blue) = 191+243+94=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF35E is #400CA1. Grayscale: #D3D3D3. Windows color (decimal): -4197538 or 6222783. OLE color: 6222783.
HSL color Cylindrical-coordinate representation of color #BFF35E: hue angle of 80.94º degrees, saturation: 0.86, 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 #BFF35E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 94 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.94º | 0.86% | 0.66% | - |
| HSV(B) | 80.94º | 0.61% | 0.95% | - |
| XYZ | 55.56 | 75.99 | 22.33 | - |
| YUV | 210.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 94 | 0.21 | 0 | 0.61 | 0.05 | 80.94 | 0.86 | 0.66 |
| Hex | BF | F3 | 5E | 15 | 0 | 3D | 5 | 51 | 56 | 42 |
| Octal | 277 | 363 | 136 | 25 | 0 | 75 | 5 | 121 | 126 | 102 |
| Binary | 10111111 | 11110011 | 1011110 | 10101 | 0 | 111101 | 101 | 1010001 | 1010110 | 1000010 |
Color Harmonies of #BFF35E
Complementary color
Monochromatic Colors of #BFF35E
Black with #BFF35E
Text Example
Text Example
White with #BFF35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF35E; }
p { color: rgb(191,243,94); }
H1.HeaderClassName
{
color: #BFF35E;
}
.AnyTagClassName
{
color: #BFF35E;
}
</style>
background-color css
<style>
a { background-color: #BFF35E; }
a { background-color: rgb(191,243,94); }
div.DivClassName
{
background-color: #BFF35E;
}
.BgClassName
{
background-color: #BFF35E;
}
</style>
border-color css
<style>
span { border-color: #BFF35E; }
span { border-color: rgb(191,243,94); }
td.TdClassName
{
border-color: #BFF35E;
}
.TagClassName
{
border-color: #BFF35E;
}
</style>