Shades of Conifer #BFE453
Tints of Conifer #BFE453
RGB
CMYK
RGB Variations
Color information
#BFE453 (or 0xBFE453) is known color: Conifer. HEX triplet: BF, E4 and 53. RGB value is (191,228,83). Sum of RGB (Red+Green+Blue) = 191+228+83=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE453 is #401BAC. Grayscale: #C8C8C8. Windows color (decimal): -4201389 or 5498047. OLE color: 5498047.
HSL color Cylindrical-coordinate representation of color #BFE453: hue angle of 75.31º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFE453 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 83 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.11 |
| HSL | 75.31º | 0.73% | 0.61% | - |
| HSV(B) | 75.31º | 0.64% | 0.89% | - |
| XYZ | 50.79 | 67.19 | 18.48 | - |
| YUV | 200.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 83 | 0.16 | 0 | 0.64 | 0.11 | 75.31 | 0.73 | 0.61 |
| Hex | BF | E4 | 53 | 10 | 0 | 40 | B | 4B | 49 | 3D |
| Octal | 277 | 344 | 123 | 20 | 0 | 100 | 13 | 113 | 111 | 75 |
| Binary | 10111111 | 11100100 | 1010011 | 10000 | 0 | 1000000 | 1011 | 1001011 | 1001001 | 111101 |
Color Harmonies of #BFE453
Complementary color
Monochromatic Colors of #BFE453
Black with #BFE453
Text Example
Text Example
White with #BFE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE453; }
p { color: rgb(191,228,83); }
H1.HeaderClassName
{
color: #BFE453;
}
.AnyTagClassName
{
color: #BFE453;
}
</style>
background-color css
<style>
a { background-color: #BFE453; }
a { background-color: rgb(191,228,83); }
div.DivClassName
{
background-color: #BFE453;
}
.BgClassName
{
background-color: #BFE453;
}
</style>
border-color css
<style>
span { border-color: #BFE453; }
span { border-color: rgb(191,228,83); }
td.TdClassName
{
border-color: #BFE453;
}
.TagClassName
{
border-color: #BFE453;
}
</style>