Shades of Conifer #BBF453
Tints of Conifer #BBF453
RGB
CMYK
RGB Variations
Color information
#BBF453 (or 0xBBF453) is known color: Conifer. HEX triplet: BB, F4 and 53. RGB value is (187,244,83). Sum of RGB (Red+Green+Blue) = 187+244+83=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF453 is #440BAC. Grayscale: #D1D1D1. Windows color (decimal): -4459437 or 5502139. OLE color: 5502139.
HSL color Cylindrical-coordinate representation of color #BBF453: hue angle of 81.24º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBF453 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 83 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.04 |
| HSL | 81.24º | 0.88% | 0.64% | - |
| HSV(B) | 81.24º | 0.66% | 0.96% | - |
| XYZ | 54.41 | 75.89 | 19.96 | - |
| YUV | 208.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 83 | 0.23 | 0 | 0.66 | 0.04 | 81.24 | 0.88 | 0.64 |
| Hex | BB | F4 | 53 | 17 | 0 | 42 | 4 | 51 | 58 | 40 |
| Octal | 273 | 364 | 123 | 27 | 0 | 102 | 4 | 121 | 130 | 100 |
| Binary | 10111011 | 11110100 | 1010011 | 10111 | 0 | 1000010 | 100 | 1010001 | 1011000 | 1000000 |
Color Harmonies of #BBF453
Complementary color
Monochromatic Colors of #BBF453
Black with #BBF453
Text Example
Text Example
White with #BBF453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF453; }
p { color: rgb(187,244,83); }
H1.HeaderClassName
{
color: #BBF453;
}
.AnyTagClassName
{
color: #BBF453;
}
</style>
background-color css
<style>
a { background-color: #BBF453; }
a { background-color: rgb(187,244,83); }
div.DivClassName
{
background-color: #BBF453;
}
.BgClassName
{
background-color: #BBF453;
}
</style>
border-color css
<style>
span { border-color: #BBF453; }
span { border-color: rgb(187,244,83); }
td.TdClassName
{
border-color: #BBF453;
}
.TagClassName
{
border-color: #BBF453;
}
</style>