Shades of Conifer #BBFD5C
Tints of Conifer #BBFD5C
RGB
CMYK
RGB Variations
Color information
#BBFD5C (or 0xBBFD5C) is known color: Conifer. HEX triplet: BB, FD and 5C. RGB value is (187,253,92). Sum of RGB (Red+Green+Blue) = 187+253+92=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD5C is #4402A3. Grayscale: #D7D7D7. Windows color (decimal): -4457124 or 6094267. OLE color: 6094267.
HSL color Cylindrical-coordinate representation of color #BBFD5C: hue angle of 84.6º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBFD5C is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 92 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.01 |
| HSL | 84.6º | 0.98% | 0.68% | - |
| HSV(B) | 84.6º | 0.64% | 0.99% | - |
| XYZ | 57.55 | 81.59 | 22.84 | - |
| YUV | 214.91 | 58.63 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 92 | 0.26 | 0 | 0.64 | 0.01 | 84.6 | 0.98 | 0.68 |
| Hex | BB | FD | 5C | 1A | 0 | 40 | 1 | 55 | 62 | 44 |
| Octal | 273 | 375 | 134 | 32 | 0 | 100 | 1 | 125 | 142 | 104 |
| Binary | 10111011 | 11111101 | 1011100 | 11010 | 0 | 1000000 | 1 | 1010101 | 1100010 | 1000100 |
Color Harmonies of #BBFD5C
Complementary color
Monochromatic Colors of #BBFD5C
Black with #BBFD5C
Text Example
Text Example
White with #BBFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD5C; }
p { color: rgb(187,253,92); }
H1.HeaderClassName
{
color: #BBFD5C;
}
.AnyTagClassName
{
color: #BBFD5C;
}
</style>
background-color css
<style>
a { background-color: #BBFD5C; }
a { background-color: rgb(187,253,92); }
div.DivClassName
{
background-color: #BBFD5C;
}
.BgClassName
{
background-color: #BBFD5C;
}
</style>
border-color css
<style>
span { border-color: #BBFD5C; }
span { border-color: rgb(187,253,92); }
td.TdClassName
{
border-color: #BBFD5C;
}
.TagClassName
{
border-color: #BBFD5C;
}
</style>