Shades of Conifer #BBF247
Tints of Conifer #BBF247
RGB
CMYK
RGB Variations
Color information
#BBF247 (or 0xBBF247) is known color: Conifer. HEX triplet: BB, F2 and 47. RGB value is (187,242,71). Sum of RGB (Red+Green+Blue) = 187+242+71=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF247 is #440DB8. Grayscale: #CECECE. Windows color (decimal): -4459961 or 4715195. OLE color: 4715195.
HSL color Cylindrical-coordinate representation of color #BBF247: hue angle of 79.3º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBF247 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 71 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.05 |
| HSL | 79.3º | 0.87% | 0.61% | - |
| HSV(B) | 79.3º | 0.71% | 0.95% | - |
| XYZ | 53.38 | 74.52 | 17.53 | - |
| YUV | 206.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 71 | 0.23 | 0 | 0.71 | 0.05 | 79.3 | 0.87 | 0.61 |
| Hex | BB | F2 | 47 | 17 | 0 | 47 | 5 | 4F | 57 | 3D |
| Octal | 273 | 362 | 107 | 27 | 0 | 107 | 5 | 117 | 127 | 75 |
| Binary | 10111011 | 11110010 | 1000111 | 10111 | 0 | 1000111 | 101 | 1001111 | 1010111 | 111101 |
Color Harmonies of #BBF247
Complementary color
Monochromatic Colors of #BBF247
Black with #BBF247
Text Example
Text Example
White with #BBF247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF247; }
p { color: rgb(187,242,71); }
H1.HeaderClassName
{
color: #BBF247;
}
.AnyTagClassName
{
color: #BBF247;
}
</style>
background-color css
<style>
a { background-color: #BBF247; }
a { background-color: rgb(187,242,71); }
div.DivClassName
{
background-color: #BBF247;
}
.BgClassName
{
background-color: #BBF247;
}
</style>
border-color css
<style>
span { border-color: #BBF247; }
span { border-color: rgb(187,242,71); }
td.TdClassName
{
border-color: #BBF247;
}
.TagClassName
{
border-color: #BBF247;
}
</style>