Shades of Conifer #BFE555
Tints of Conifer #BFE555
RGB
CMYK
RGB Variations
Color information
#BFE555 (or 0xBFE555) is known color: Conifer. HEX triplet: BF, E5 and 55. RGB value is (191,229,85). Sum of RGB (Red+Green+Blue) = 191+229+85=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE555 is #401AAA. Grayscale: #C9C9C9. Windows color (decimal): -4201131 or 5629375. OLE color: 5629375.
HSL color Cylindrical-coordinate representation of color #BFE555: hue angle of 75.83º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE555 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 85 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.10 |
| HSL | 75.83º | 0.73% | 0.62% | - |
| HSV(B) | 75.83º | 0.63% | 0.9% | - |
| XYZ | 51.14 | 67.77 | 18.98 | - |
| YUV | 201.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 85 | 0.17 | 0 | 0.63 | 0.10 | 75.83 | 0.73 | 0.62 |
| Hex | BF | E5 | 55 | 11 | 0 | 3F | A | 4C | 49 | 3E |
| Octal | 277 | 345 | 125 | 21 | 0 | 77 | 12 | 114 | 111 | 76 |
| Binary | 10111111 | 11100101 | 1010101 | 10001 | 0 | 111111 | 1010 | 1001100 | 1001001 | 111110 |
Color Harmonies of #BFE555
Complementary color
Monochromatic Colors of #BFE555
Black with #BFE555
Text Example
Text Example
White with #BFE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE555; }
p { color: rgb(191,229,85); }
H1.HeaderClassName
{
color: #BFE555;
}
.AnyTagClassName
{
color: #BFE555;
}
</style>
background-color css
<style>
a { background-color: #BFE555; }
a { background-color: rgb(191,229,85); }
div.DivClassName
{
background-color: #BFE555;
}
.BgClassName
{
background-color: #BFE555;
}
</style>
border-color css
<style>
span { border-color: #BFE555; }
span { border-color: rgb(191,229,85); }
td.TdClassName
{
border-color: #BFE555;
}
.TagClassName
{
border-color: #BFE555;
}
</style>