Shades of Conifer #BBFC52
Tints of Conifer #BBFC52
RGB
CMYK
RGB Variations
Color information
#BBFC52 (or 0xBBFC52) is known color: Conifer. HEX triplet: BB, FC and 52. RGB value is (187,252,82). Sum of RGB (Red+Green+Blue) = 187+252+82=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC52 is #4403AD. Grayscale: #D5D5D5. Windows color (decimal): -4457390 or 5438651. OLE color: 5438651.
HSL color Cylindrical-coordinate representation of color #BBFC52: hue angle of 82.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFC52 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 82 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.01 |
| HSL | 82.94º | 0.97% | 0.65% | - |
| HSV(B) | 82.94º | 0.67% | 0.99% | - |
| XYZ | 56.83 | 80.79 | 20.58 | - |
| YUV | 213.19 | 53.97 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 82 | 0.26 | 0 | 0.67 | 0.01 | 82.94 | 0.97 | 0.65 |
| Hex | BB | FC | 52 | 1A | 0 | 43 | 1 | 53 | 61 | 41 |
| Octal | 273 | 374 | 122 | 32 | 0 | 103 | 1 | 123 | 141 | 101 |
| Binary | 10111011 | 11111100 | 1010010 | 11010 | 0 | 1000011 | 1 | 1010011 | 1100001 | 1000001 |
Color Harmonies of #BBFC52
Complementary color
Monochromatic Colors of #BBFC52
Black with #BBFC52
Text Example
Text Example
White with #BBFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC52; }
p { color: rgb(187,252,82); }
H1.HeaderClassName
{
color: #BBFC52;
}
.AnyTagClassName
{
color: #BBFC52;
}
</style>
background-color css
<style>
a { background-color: #BBFC52; }
a { background-color: rgb(187,252,82); }
div.DivClassName
{
background-color: #BBFC52;
}
.BgClassName
{
background-color: #BBFC52;
}
</style>
border-color css
<style>
span { border-color: #BBFC52; }
span { border-color: rgb(187,252,82); }
td.TdClassName
{
border-color: #BBFC52;
}
.TagClassName
{
border-color: #BBFC52;
}
</style>