Shades of Conifer #BBF448
Tints of Conifer #BBF448
RGB
CMYK
RGB Variations
Color information
#BBF448 (or 0xBBF448) is known color: Conifer. HEX triplet: BB, F4 and 48. RGB value is (187,244,72). Sum of RGB (Red+Green+Blue) = 187+244+72=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF448 is #440BB7. Grayscale: #CFCFCF. Windows color (decimal): -4459448 or 4781243. OLE color: 4781243.
HSL color Cylindrical-coordinate representation of color #BBF448: hue angle of 79.88º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBF448 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 72 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.04 |
| HSL | 79.88º | 0.89% | 0.62% | - |
| HSV(B) | 79.88º | 0.7% | 0.96% | - |
| XYZ | 54.01 | 75.73 | 17.9 | - |
| YUV | 207.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 72 | 0.23 | 0 | 0.70 | 0.04 | 79.88 | 0.89 | 0.62 |
| Hex | BB | F4 | 48 | 17 | 0 | 46 | 4 | 50 | 59 | 3E |
| Octal | 273 | 364 | 110 | 27 | 0 | 106 | 4 | 120 | 131 | 76 |
| Binary | 10111011 | 11110100 | 1001000 | 10111 | 0 | 1000110 | 100 | 1010000 | 1011001 | 111110 |
Color Harmonies of #BBF448
Complementary color
Monochromatic Colors of #BBF448
Black with #BBF448
Text Example
Text Example
White with #BBF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF448; }
p { color: rgb(187,244,72); }
H1.HeaderClassName
{
color: #BBF448;
}
.AnyTagClassName
{
color: #BBF448;
}
</style>
background-color css
<style>
a { background-color: #BBF448; }
a { background-color: rgb(187,244,72); }
div.DivClassName
{
background-color: #BBF448;
}
.BgClassName
{
background-color: #BBF448;
}
</style>
border-color css
<style>
span { border-color: #BBF448; }
span { border-color: rgb(187,244,72); }
td.TdClassName
{
border-color: #BBF448;
}
.TagClassName
{
border-color: #BBF448;
}
</style>