Shades of Conifer #BBFE53
Tints of Conifer #BBFE53
RGB
CMYK
RGB Variations
Color information
#BBFE53 (or 0xBBFE53) is known color: Conifer. HEX triplet: BB, FE and 53. RGB value is (187,254,83). Sum of RGB (Red+Green+Blue) = 187+254+83=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE53 is #4401AC. Grayscale: #D7D7D7. Windows color (decimal): -4456877 or 5504699. OLE color: 5504699.
HSL color Cylindrical-coordinate representation of color #BBFE53: hue angle of 83.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBFE53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 83 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.00 |
| HSL | 83.51º | 0.99% | 0.66% | - |
| HSV(B) | 83.51º | 0.67% | 1% | - |
| XYZ | 57.5 | 82.07 | 20.99 | - |
| YUV | 214.47 | 53.8 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 83 | 0.26 | 0 | 0.67 | 0.00 | 83.51 | 0.99 | 0.66 |
| Hex | BB | FE | 53 | 1A | 0 | 43 | 0 | 54 | 63 | 42 |
| Octal | 273 | 376 | 123 | 32 | 0 | 103 | 0 | 124 | 143 | 102 |
| Binary | 10111011 | 11111110 | 1010011 | 11010 | 0 | 1000011 | 0 | 1010100 | 1100011 | 1000010 |
Color Harmonies of #BBFE53
Complementary color
Monochromatic Colors of #BBFE53
Black with #BBFE53
Text Example
Text Example
White with #BBFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE53; }
p { color: rgb(187,254,83); }
H1.HeaderClassName
{
color: #BBFE53;
}
.AnyTagClassName
{
color: #BBFE53;
}
</style>
background-color css
<style>
a { background-color: #BBFE53; }
a { background-color: rgb(187,254,83); }
div.DivClassName
{
background-color: #BBFE53;
}
.BgClassName
{
background-color: #BBFE53;
}
</style>
border-color css
<style>
span { border-color: #BBFE53; }
span { border-color: rgb(187,254,83); }
td.TdClassName
{
border-color: #BBFE53;
}
.TagClassName
{
border-color: #BBFE53;
}
</style>