Shades of Conifer #BBF445
Tints of Conifer #BBF445
RGB
CMYK
RGB Variations
Color information
#BBF445 (or 0xBBF445) is known color: Conifer. HEX triplet: BB, F4 and 45. RGB value is (187,244,69). Sum of RGB (Red+Green+Blue) = 187+244+69=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF445 is #440BBA. Grayscale: #CFCFCF. Windows color (decimal): -4459451 or 4584635. OLE color: 4584635.
HSL color Cylindrical-coordinate representation of color #BBF445: hue angle of 79.54º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBF445 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 69 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.04 |
| HSL | 79.54º | 0.89% | 0.61% | - |
| HSV(B) | 79.54º | 0.72% | 0.96% | - |
| XYZ | 53.92 | 75.7 | 17.4 | - |
| YUV | 207.01 | 50.12 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 69 | 0.23 | 0 | 0.72 | 0.04 | 79.54 | 0.89 | 0.61 |
| Hex | BB | F4 | 45 | 17 | 0 | 48 | 4 | 50 | 59 | 3D |
| Octal | 273 | 364 | 105 | 27 | 0 | 110 | 4 | 120 | 131 | 75 |
| Binary | 10111011 | 11110100 | 1000101 | 10111 | 0 | 1001000 | 100 | 1010000 | 1011001 | 111101 |
Color Harmonies of #BBF445
Complementary color
Monochromatic Colors of #BBF445
Black with #BBF445
Text Example
Text Example
White with #BBF445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF445; }
p { color: rgb(187,244,69); }
H1.HeaderClassName
{
color: #BBF445;
}
.AnyTagClassName
{
color: #BBF445;
}
</style>
background-color css
<style>
a { background-color: #BBF445; }
a { background-color: rgb(187,244,69); }
div.DivClassName
{
background-color: #BBF445;
}
.BgClassName
{
background-color: #BBF445;
}
</style>
border-color css
<style>
span { border-color: #BBF445; }
span { border-color: rgb(187,244,69); }
td.TdClassName
{
border-color: #BBF445;
}
.TagClassName
{
border-color: #BBF445;
}
</style>