Shades of Conifer #BBFC54
Tints of Conifer #BBFC54
RGB
CMYK
RGB Variations
Color information
#BBFC54 (or 0xBBFC54) is known color: Conifer. HEX triplet: BB, FC and 54. RGB value is (187,252,84). Sum of RGB (Red+Green+Blue) = 187+252+84=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC54 is #4403AB. Grayscale: #D6D6D6. Windows color (decimal): -4457388 or 5569723. OLE color: 5569723.
HSL color Cylindrical-coordinate representation of color #BBFC54: hue angle of 83.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFC54 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 84 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.01 |
| HSL | 83.21º | 0.97% | 0.66% | - |
| HSV(B) | 83.21º | 0.67% | 0.99% | - |
| XYZ | 56.9 | 80.83 | 20.99 | - |
| YUV | 213.41 | 54.97 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 84 | 0.26 | 0 | 0.67 | 0.01 | 83.21 | 0.97 | 0.66 |
| Hex | BB | FC | 54 | 1A | 0 | 43 | 1 | 53 | 61 | 42 |
| Octal | 273 | 374 | 124 | 32 | 0 | 103 | 1 | 123 | 141 | 102 |
| Binary | 10111011 | 11111100 | 1010100 | 11010 | 0 | 1000011 | 1 | 1010011 | 1100001 | 1000010 |
Color Harmonies of #BBFC54
Complementary color
Monochromatic Colors of #BBFC54
Black with #BBFC54
Text Example
Text Example
White with #BBFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC54; }
p { color: rgb(187,252,84); }
H1.HeaderClassName
{
color: #BBFC54;
}
.AnyTagClassName
{
color: #BBFC54;
}
</style>
background-color css
<style>
a { background-color: #BBFC54; }
a { background-color: rgb(187,252,84); }
div.DivClassName
{
background-color: #BBFC54;
}
.BgClassName
{
background-color: #BBFC54;
}
</style>
border-color css
<style>
span { border-color: #BBFC54; }
span { border-color: rgb(187,252,84); }
td.TdClassName
{
border-color: #BBFC54;
}
.TagClassName
{
border-color: #BBFC54;
}
</style>