Shades of Conifer #BFE553
Tints of Conifer #BFE553
RGB
CMYK
RGB Variations
Color information
#BFE553 (or 0xBFE553) is known color: Conifer. HEX triplet: BF, E5 and 53. RGB value is (191,229,83). Sum of RGB (Red+Green+Blue) = 191+229+83=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE553 is #401AAC. Grayscale: #C9C9C9. Windows color (decimal): -4201133 or 5498303. OLE color: 5498303.
HSL color Cylindrical-coordinate representation of color #BFE553: hue angle of 75.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFE553 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 83 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.10 |
| HSL | 75.62º | 0.74% | 0.61% | - |
| HSV(B) | 75.62º | 0.64% | 0.9% | - |
| XYZ | 51.07 | 67.74 | 18.57 | - |
| YUV | 200.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 83 | 0.17 | 0 | 0.64 | 0.10 | 75.62 | 0.74 | 0.61 |
| Hex | BF | E5 | 53 | 11 | 0 | 40 | A | 4C | 4A | 3D |
| Octal | 277 | 345 | 123 | 21 | 0 | 100 | 12 | 114 | 112 | 75 |
| Binary | 10111111 | 11100101 | 1010011 | 10001 | 0 | 1000000 | 1010 | 1001100 | 1001010 | 111101 |
Color Harmonies of #BFE553
Complementary color
Monochromatic Colors of #BFE553
Black with #BFE553
Text Example
Text Example
White with #BFE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE553; }
p { color: rgb(191,229,83); }
H1.HeaderClassName
{
color: #BFE553;
}
.AnyTagClassName
{
color: #BFE553;
}
</style>
background-color css
<style>
a { background-color: #BFE553; }
a { background-color: rgb(191,229,83); }
div.DivClassName
{
background-color: #BFE553;
}
.BgClassName
{
background-color: #BFE553;
}
</style>
border-color css
<style>
span { border-color: #BFE553; }
span { border-color: rgb(191,229,83); }
td.TdClassName
{
border-color: #BFE553;
}
.TagClassName
{
border-color: #BFE553;
}
</style>