Shades of Conifer #BBF446
Tints of Conifer #BBF446
RGB
CMYK
RGB Variations
Color information
#BBF446 (or 0xBBF446) is known color: Conifer. HEX triplet: BB, F4 and 46. RGB value is (187,244,70). Sum of RGB (Red+Green+Blue) = 187+244+70=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF446 is #440BB9. Grayscale: #CFCFCF. Windows color (decimal): -4459450 or 4650171. OLE color: 4650171.
HSL color Cylindrical-coordinate representation of color #BBF446: hue angle of 79.66º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF446 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 70 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.04 |
| HSL | 79.66º | 0.89% | 0.62% | - |
| HSV(B) | 79.66º | 0.71% | 0.96% | - |
| XYZ | 53.95 | 75.71 | 17.56 | - |
| YUV | 207.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 70 | 0.23 | 0 | 0.71 | 0.04 | 79.66 | 0.89 | 0.62 |
| Hex | BB | F4 | 46 | 17 | 0 | 47 | 4 | 50 | 59 | 3E |
| Octal | 273 | 364 | 106 | 27 | 0 | 107 | 4 | 120 | 131 | 76 |
| Binary | 10111011 | 11110100 | 1000110 | 10111 | 0 | 1000111 | 100 | 1010000 | 1011001 | 111110 |
Color Harmonies of #BBF446
Complementary color
Monochromatic Colors of #BBF446
Black with #BBF446
Text Example
Text Example
White with #BBF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF446; }
p { color: rgb(187,244,70); }
H1.HeaderClassName
{
color: #BBF446;
}
.AnyTagClassName
{
color: #BBF446;
}
</style>
background-color css
<style>
a { background-color: #BBF446; }
a { background-color: rgb(187,244,70); }
div.DivClassName
{
background-color: #BBF446;
}
.BgClassName
{
background-color: #BBF446;
}
</style>
border-color css
<style>
span { border-color: #BBF446; }
span { border-color: rgb(187,244,70); }
td.TdClassName
{
border-color: #BBF446;
}
.TagClassName
{
border-color: #BBF446;
}
</style>