Shades of Conifer #BBFE52
Tints of Conifer #BBFE52
RGB
CMYK
RGB Variations
Color information
#BBFE52 (or 0xBBFE52) is known color: Conifer. HEX triplet: BB, FE and 52. RGB value is (187,254,82). Sum of RGB (Red+Green+Blue) = 187+254+82=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE52 is #4401AD. Grayscale: #D6D6D6. Windows color (decimal): -4456878 or 5439163. OLE color: 5439163.
HSL color Cylindrical-coordinate representation of color #BBFE52: hue angle of 83.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBFE52 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 82 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.00 |
| HSL | 83.37º | 0.99% | 0.66% | - |
| HSV(B) | 83.37º | 0.68% | 1% | - |
| XYZ | 57.46 | 82.06 | 20.79 | - |
| YUV | 214.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 82 | 0.26 | 0 | 0.68 | 0.00 | 83.37 | 0.99 | 0.66 |
| Hex | BB | FE | 52 | 1A | 0 | 44 | 0 | 53 | 63 | 42 |
| Octal | 273 | 376 | 122 | 32 | 0 | 104 | 0 | 123 | 143 | 102 |
| Binary | 10111011 | 11111110 | 1010010 | 11010 | 0 | 1000100 | 0 | 1010011 | 1100011 | 1000010 |
Color Harmonies of #BBFE52
Complementary color
Monochromatic Colors of #BBFE52
Black with #BBFE52
Text Example
Text Example
White with #BBFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE52; }
p { color: rgb(187,254,82); }
H1.HeaderClassName
{
color: #BBFE52;
}
.AnyTagClassName
{
color: #BBFE52;
}
</style>
background-color css
<style>
a { background-color: #BBFE52; }
a { background-color: rgb(187,254,82); }
div.DivClassName
{
background-color: #BBFE52;
}
.BgClassName
{
background-color: #BBFE52;
}
</style>
border-color css
<style>
span { border-color: #BBFE52; }
span { border-color: rgb(187,254,82); }
td.TdClassName
{
border-color: #BBFE52;
}
.TagClassName
{
border-color: #BBFE52;
}
</style>