Shades of Conifer #BFE353
Tints of Conifer #BFE353
RGB
CMYK
RGB Variations
Color information
#BFE353 (or 0xBFE353) is known color: Conifer. HEX triplet: BF, E3 and 53. RGB value is (191,227,83). Sum of RGB (Red+Green+Blue) = 191+227+83=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE353 is #401CAC. Grayscale: #C8C8C8. Windows color (decimal): -4201645 or 5497791. OLE color: 5497791.
HSL color Cylindrical-coordinate representation of color #BFE353: hue angle of 75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE353 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 83 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.11 |
| HSL | 75º | 0.72% | 0.61% | - |
| HSV(B) | 75º | 0.63% | 0.89% | - |
| XYZ | 50.52 | 66.64 | 18.38 | - |
| YUV | 199.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 83 | 0.16 | 0 | 0.63 | 0.11 | 75 | 0.72 | 0.61 |
| Hex | BF | E3 | 53 | 10 | 0 | 3F | B | 4B | 48 | 3D |
| Octal | 277 | 343 | 123 | 20 | 0 | 77 | 13 | 113 | 110 | 75 |
| Binary | 10111111 | 11100011 | 1010011 | 10000 | 0 | 111111 | 1011 | 1001011 | 1001000 | 111101 |
Color Harmonies of #BFE353
Complementary color
Monochromatic Colors of #BFE353
Black with #BFE353
Text Example
Text Example
White with #BFE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE353; }
p { color: rgb(191,227,83); }
H1.HeaderClassName
{
color: #BFE353;
}
.AnyTagClassName
{
color: #BFE353;
}
</style>
background-color css
<style>
a { background-color: #BFE353; }
a { background-color: rgb(191,227,83); }
div.DivClassName
{
background-color: #BFE353;
}
.BgClassName
{
background-color: #BFE353;
}
</style>
border-color css
<style>
span { border-color: #BFE353; }
span { border-color: rgb(191,227,83); }
td.TdClassName
{
border-color: #BFE353;
}
.TagClassName
{
border-color: #BFE353;
}
</style>