Shades of Conifer #BBDF57
Tints of Conifer #BBDF57
RGB
CMYK
RGB Variations
Color information
#BBDF57 (or 0xBBDF57) is known color: Conifer. HEX triplet: BB, DF and 57. RGB value is (187,223,87). Sum of RGB (Red+Green+Blue) = 187+223+87=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF57 is #4420A8. Grayscale: #C5C5C5. Windows color (decimal): -4464809 or 5758907. OLE color: 5758907.
HSL color Cylindrical-coordinate representation of color #BBDF57: hue angle of 75.88º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDF57 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 87 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 75.88º | 0.68% | 0.61% | - |
| HSV(B) | 75.88º | 0.61% | 0.87% | - |
| XYZ | 48.6 | 64.03 | 18.81 | - |
| YUV | 196.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 87 | 0.16 | 0 | 0.61 | 0.13 | 75.88 | 0.68 | 0.61 |
| Hex | BB | DF | 57 | 10 | 0 | 3D | D | 4C | 44 | 3D |
| Octal | 273 | 337 | 127 | 20 | 0 | 75 | 15 | 114 | 104 | 75 |
| Binary | 10111011 | 11011111 | 1010111 | 10000 | 0 | 111101 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BBDF57
Complementary color
Monochromatic Colors of #BBDF57
Black with #BBDF57
Text Example
Text Example
White with #BBDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF57; }
p { color: rgb(187,223,87); }
H1.HeaderClassName
{
color: #BBDF57;
}
.AnyTagClassName
{
color: #BBDF57;
}
</style>
background-color css
<style>
a { background-color: #BBDF57; }
a { background-color: rgb(187,223,87); }
div.DivClassName
{
background-color: #BBDF57;
}
.BgClassName
{
background-color: #BBDF57;
}
</style>
border-color css
<style>
span { border-color: #BBDF57; }
span { border-color: rgb(187,223,87); }
td.TdClassName
{
border-color: #BBDF57;
}
.TagClassName
{
border-color: #BBDF57;
}
</style>