Shades of Conifer #BBF450
Tints of Conifer #BBF450
RGB
CMYK
RGB Variations
Color information
#BBF450 (or 0xBBF450) is known color: Conifer. HEX triplet: BB, F4 and 50. RGB value is (187,244,80). Sum of RGB (Red+Green+Blue) = 187+244+80=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF450 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF450 is #440BAF. Grayscale: #D0D0D0. Windows color (decimal): -4459440 or 5305531. OLE color: 5305531.
HSL color Cylindrical-coordinate representation of color #BBF450: hue angle of 80.85º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBF450 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 80 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.04 |
| HSL | 80.85º | 0.88% | 0.64% | - |
| HSV(B) | 80.85º | 0.67% | 0.96% | - |
| XYZ | 54.29 | 75.85 | 19.37 | - |
| YUV | 208.26 | 55.62 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 80 | 0.23 | 0 | 0.67 | 0.04 | 80.85 | 0.88 | 0.64 |
| Hex | BB | F4 | 50 | 17 | 0 | 43 | 4 | 51 | 58 | 40 |
| Octal | 273 | 364 | 120 | 27 | 0 | 103 | 4 | 121 | 130 | 100 |
| Binary | 10111011 | 11110100 | 1010000 | 10111 | 0 | 1000011 | 100 | 1010001 | 1011000 | 1000000 |
Color Harmonies of #BBF450
Complementary color
Monochromatic Colors of #BBF450
Black with #BBF450
Text Example
Text Example
White with #BBF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF450; }
p { color: rgb(187,244,80); }
H1.HeaderClassName
{
color: #BBF450;
}
.AnyTagClassName
{
color: #BBF450;
}
</style>
background-color css
<style>
a { background-color: #BBF450; }
a { background-color: rgb(187,244,80); }
div.DivClassName
{
background-color: #BBF450;
}
.BgClassName
{
background-color: #BBF450;
}
</style>
border-color css
<style>
span { border-color: #BBF450; }
span { border-color: rgb(187,244,80); }
td.TdClassName
{
border-color: #BBF450;
}
.TagClassName
{
border-color: #BBF450;
}
</style>