Shades of Conifer #BBFC5C
Tints of Conifer #BBFC5C
RGB
CMYK
RGB Variations
Color information
#BBFC5C (or 0xBBFC5C) is known color: Conifer. HEX triplet: BB, FC and 5C. RGB value is (187,252,92). Sum of RGB (Red+Green+Blue) = 187+252+92=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC5C is #4403A3. Grayscale: #D6D6D6. Windows color (decimal): -4457380 or 6094011. OLE color: 6094011.
HSL color Cylindrical-coordinate representation of color #BBFC5C: hue angle of 84.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBFC5C is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 92 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.01 |
| HSL | 84.38º | 0.96% | 0.67% | - |
| HSV(B) | 84.38º | 0.63% | 0.99% | - |
| XYZ | 57.24 | 80.96 | 22.74 | - |
| YUV | 214.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 92 | 0.26 | 0 | 0.63 | 0.01 | 84.38 | 0.96 | 0.67 |
| Hex | BB | FC | 5C | 1A | 0 | 3F | 1 | 54 | 60 | 43 |
| Octal | 273 | 374 | 134 | 32 | 0 | 77 | 1 | 124 | 140 | 103 |
| Binary | 10111011 | 11111100 | 1011100 | 11010 | 0 | 111111 | 1 | 1010100 | 1100000 | 1000011 |
Color Harmonies of #BBFC5C
Complementary color
Monochromatic Colors of #BBFC5C
Black with #BBFC5C
Text Example
Text Example
White with #BBFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC5C; }
p { color: rgb(187,252,92); }
H1.HeaderClassName
{
color: #BBFC5C;
}
.AnyTagClassName
{
color: #BBFC5C;
}
</style>
background-color css
<style>
a { background-color: #BBFC5C; }
a { background-color: rgb(187,252,92); }
div.DivClassName
{
background-color: #BBFC5C;
}
.BgClassName
{
background-color: #BBFC5C;
}
</style>
border-color css
<style>
span { border-color: #BBFC5C; }
span { border-color: rgb(187,252,92); }
td.TdClassName
{
border-color: #BBFC5C;
}
.TagClassName
{
border-color: #BBFC5C;
}
</style>