Shades of Conifer #BBFB4D
Tints of Conifer #BBFB4D
RGB
CMYK
RGB Variations
Color information
#BBFB4D (or 0xBBFB4D) is known color: Conifer. HEX triplet: BB, FB and 4D. RGB value is (187,251,77). Sum of RGB (Red+Green+Blue) = 187+251+77=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFB4D is #4404B2. Grayscale: #D4D4D4. Windows color (decimal): -4457651 or 5110715. OLE color: 5110715.
HSL color Cylindrical-coordinate representation of color #BBFB4D: hue angle of 82.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBFB4D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 77 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 82.07º | 0.96% | 0.64% | - |
| HSV(B) | 82.07º | 0.69% | 0.98% | - |
| XYZ | 56.33 | 80.09 | 19.51 | - |
| YUV | 212.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 77 | 0.25 | 0 | 0.69 | 0.02 | 82.07 | 0.96 | 0.64 |
| Hex | BB | FB | 4D | 19 | 0 | 45 | 2 | 52 | 60 | 40 |
| Octal | 273 | 373 | 115 | 31 | 0 | 105 | 2 | 122 | 140 | 100 |
| Binary | 10111011 | 11111011 | 1001101 | 11001 | 0 | 1000101 | 10 | 1010010 | 1100000 | 1000000 |
Color Harmonies of #BBFB4D
Complementary color
Monochromatic Colors of #BBFB4D
Black with #BBFB4D
Text Example
Text Example
White with #BBFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB4D; }
p { color: rgb(187,251,77); }
H1.HeaderClassName
{
color: #BBFB4D;
}
.AnyTagClassName
{
color: #BBFB4D;
}
</style>
background-color css
<style>
a { background-color: #BBFB4D; }
a { background-color: rgb(187,251,77); }
div.DivClassName
{
background-color: #BBFB4D;
}
.BgClassName
{
background-color: #BBFB4D;
}
</style>
border-color css
<style>
span { border-color: #BBFB4D; }
span { border-color: rgb(187,251,77); }
td.TdClassName
{
border-color: #BBFB4D;
}
.TagClassName
{
border-color: #BBFB4D;
}
</style>