Shades of Conifer #BBF346
Tints of Conifer #BBF346
RGB
CMYK
RGB Variations
Color information
#BBF346 (or 0xBBF346) is known color: Conifer. HEX triplet: BB, F3 and 46. RGB value is (187,243,70). Sum of RGB (Red+Green+Blue) = 187+243+70=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF346 is #440CB9. Grayscale: #CFCFCF. Windows color (decimal): -4459706 or 4649915. OLE color: 4649915.
HSL color Cylindrical-coordinate representation of color #BBF346: hue angle of 79.42º degrees, saturation: 0.88, 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 #BBF346 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 70 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.05 |
| HSL | 79.42º | 0.88% | 0.61% | - |
| HSV(B) | 79.42º | 0.71% | 0.95% | - |
| XYZ | 53.65 | 75.11 | 17.46 | - |
| YUV | 206.53 | 50.95 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 70 | 0.23 | 0 | 0.71 | 0.05 | 79.42 | 0.88 | 0.61 |
| Hex | BB | F3 | 46 | 17 | 0 | 47 | 5 | 4F | 58 | 3D |
| Octal | 273 | 363 | 106 | 27 | 0 | 107 | 5 | 117 | 130 | 75 |
| Binary | 10111011 | 11110011 | 1000110 | 10111 | 0 | 1000111 | 101 | 1001111 | 1011000 | 111101 |
Color Harmonies of #BBF346
Complementary color
Monochromatic Colors of #BBF346
Black with #BBF346
Text Example
Text Example
White with #BBF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF346; }
p { color: rgb(187,243,70); }
H1.HeaderClassName
{
color: #BBF346;
}
.AnyTagClassName
{
color: #BBF346;
}
</style>
background-color css
<style>
a { background-color: #BBF346; }
a { background-color: rgb(187,243,70); }
div.DivClassName
{
background-color: #BBF346;
}
.BgClassName
{
background-color: #BBF346;
}
</style>
border-color css
<style>
span { border-color: #BBF346; }
span { border-color: rgb(187,243,70); }
td.TdClassName
{
border-color: #BBF346;
}
.TagClassName
{
border-color: #BBF346;
}
</style>