Shades of Conifer #BFE953
Tints of Conifer #BFE953
RGB
CMYK
RGB Variations
Color information
#BFE953 (or 0xBFE953) is known color: Conifer. HEX triplet: BF, E9 and 53. RGB value is (191,233,83). Sum of RGB (Red+Green+Blue) = 191+233+83=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE953 is #4016AC. Grayscale: #CBCBCB. Windows color (decimal): -4200109 or 5499327. OLE color: 5499327.
HSL color Cylindrical-coordinate representation of color #BFE953: hue angle of 76.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFE953 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 83 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.09 |
| HSL | 76.8º | 0.77% | 0.62% | - |
| HSV(B) | 76.8º | 0.64% | 0.91% | - |
| XYZ | 52.19 | 69.98 | 18.94 | - |
| YUV | 203.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 83 | 0.18 | 0 | 0.64 | 0.09 | 76.8 | 0.77 | 0.62 |
| Hex | BF | E9 | 53 | 12 | 0 | 40 | 9 | 4D | 4D | 3E |
| Octal | 277 | 351 | 123 | 22 | 0 | 100 | 11 | 115 | 115 | 76 |
| Binary | 10111111 | 11101001 | 1010011 | 10010 | 0 | 1000000 | 1001 | 1001101 | 1001101 | 111110 |
Color Harmonies of #BFE953
Complementary color
Monochromatic Colors of #BFE953
Black with #BFE953
Text Example
Text Example
White with #BFE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE953; }
p { color: rgb(191,233,83); }
H1.HeaderClassName
{
color: #BFE953;
}
.AnyTagClassName
{
color: #BFE953;
}
</style>
background-color css
<style>
a { background-color: #BFE953; }
a { background-color: rgb(191,233,83); }
div.DivClassName
{
background-color: #BFE953;
}
.BgClassName
{
background-color: #BFE953;
}
</style>
border-color css
<style>
span { border-color: #BFE953; }
span { border-color: rgb(191,233,83); }
td.TdClassName
{
border-color: #BFE953;
}
.TagClassName
{
border-color: #BFE953;
}
</style>